Highlight unresolved derives as being unresolved

This commit is contained in:
Lukas Wirth 2023-03-08 13:51:14 +01:00
parent b4bd27be90
commit b6e7cf3201
4 changed files with 6 additions and 4 deletions

View file

@ -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;
"#,