mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
update references::derive test output
This commit is contained in:
parent
8db88df758
commit
b494795a42
@ -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…
Reference in New Issue
Block a user