-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
S-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
When using rust-analyzer on clippy for example, it seems to fail to get a lot of info on functions/types that come from rustc, for example:
#![feature(rustc_private)]
extern crate rustc_lint;
pub fn register_pre_expansion_lints(_store: &mut rustc_lint::LintStore) {}
fn main() {}
Hovering rustc_lint::LintStore
did not provide any type information.
I tried the same with the clippy submodule inside the rustc-repo hoping that could solve it but to no avail.
phansch and zetanumbers
Metadata
Metadata
Assignees
Labels
S-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now