We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4903be8 commit ed0aedcCopy full SHA for ed0aedc
crates/ide/src/references.rs
@@ -1718,9 +1718,9 @@ pub use level1::Foo;
1718
expect![[r#"
1719
Foo Struct FileId(0) 0..15 11..14
1720
1721
+ FileId(3) 16..19 import
1722
FileId(1) 16..19 import
1723
FileId(2) 16..19 import
- FileId(3) 16..19 import
1724
"#]],
1725
);
1726
}
@@ -1748,9 +1748,9 @@ lib::foo!();
1748
1749
foo Macro FileId(1) 0..61 29..32
1750
1751
+ FileId(3) 5..8
1752
FileId(0) 46..49 import
1753
FileId(2) 0..3
- FileId(3) 5..8
1754
1755
1756
0 commit comments