mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
update references::derive test output
This commit is contained in:
parent
8db88df758
commit
b494795a42
1 changed files with 5 additions and 2 deletions
|
@ -1564,7 +1564,6 @@ fn func$0() {}
|
|||
);
|
||||
}
|
||||
|
||||
// FIXME
|
||||
#[test]
|
||||
fn derive() {
|
||||
check(
|
||||
|
@ -1575,7 +1574,11 @@ fn func$0() {}
|
|||
#[derive(proc_macros::DeriveIdentity$0)]
|
||||
struct Foo;
|
||||
"#,
|
||||
expect![[r#""#]],
|
||||
expect![[r#"
|
||||
derive_identity Derive FileId(2) 1..107 45..60
|
||||
|
||||
FileId(0) 23..37
|
||||
"#]],
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue