mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Highlight unresolved derives as being unresolved
This commit is contained in:
parent
b4bd27be90
commit
b6e7cf3201
4 changed files with 6 additions and 4 deletions
|
@ -34,7 +34,7 @@ fn attributes() {
|
|||
// This is another normal comment
|
||||
/// This is another doc comment
|
||||
// This is another normal comment
|
||||
#[derive(Copy)]
|
||||
#[derive(Copy, Unresolved)]
|
||||
// The reason for these being here is to test AttrIds
|
||||
struct Foo;
|
||||
"#,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue