mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
feat: Add proc macro semantic token type
This commit is contained in:
parent
a0dd822972
commit
fc11216ad5
28 changed files with 56 additions and 14 deletions
|
@ -1710,7 +1710,7 @@ use proc_macros::mirror;
|
|||
mirror$0! {}
|
||||
"#,
|
||||
expect![[r#"
|
||||
mirror Macro FileId(1) 1..77 22..28
|
||||
mirror ProcMacro FileId(1) 1..77 22..28
|
||||
|
||||
FileId(0) 26..32
|
||||
"#]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue