mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Update references test output
This commit is contained in:
parent
c5be0b2589
commit
fd6cf4d566
1 changed files with 2 additions and 2 deletions
|
@ -1121,9 +1121,9 @@ impl Foo {
|
||||||
|
|
||||||
"#,
|
"#,
|
||||||
expect![[r#"
|
expect![[r#"
|
||||||
Bar Variant FileId(0) 11..16 11..14 Other
|
Bar Variant FileId(0) 11..16 11..14
|
||||||
|
|
||||||
FileId(0) 89..92 Other
|
FileId(0) 89..92
|
||||||
"#]],
|
"#]],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue