mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Use FileAstId<ast::Adt>
in nameres where appropriate instead
This commit is contained in:
parent
08adce61a1
commit
ca4baa6e55
23 changed files with 98 additions and 65 deletions
|
@ -62,7 +62,17 @@ impl Foo {
|
|||
}
|
||||
|
||||
use self::FooCopy::{self as BarCopy};
|
||||
|
||||
#[derive(Copy)]
|
||||
/// This is a doc comment
|
||||
// This is a normal comment
|
||||
/// This is a doc comment
|
||||
#[derive(Copy)]
|
||||
// This is another normal comment
|
||||
/// This is another doc comment
|
||||
// This is another normal comment
|
||||
#[derive(Copy)]
|
||||
// The reason for these being here is to test AttrIds
|
||||
struct FooCopy {
|
||||
x: u32,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue