mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
update references::derive test output
This commit is contained in:
@@ -1564,7 +1564,6 @@ fn func$0() {}
|
||||
);
|
||||
}
|
||||
|
||||
// FIXME
|
||||
#[test]
|
||||
fn derive() {
|
||||
check(
|
||||
@@ -1575,7 +1574,11 @@ fn derive() {
|
||||
#[derive(proc_macros::DeriveIdentity$0)]
|
||||
struct Foo;
|
||||
"#,
|
||||
expect![[r#""#]],
|
||||
expect![[r#"
|
||||
derive_identity Derive FileId(2) 1..107 45..60
|
||||
|
||||
FileId(0) 23..37
|
||||
"#]],
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user