mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
This commit is contained in:
commit
18a5e16483
322 changed files with 1823 additions and 160 deletions
|
@ -309,7 +309,8 @@ fn no_such_field_diagnostics() {
|
|||
}
|
||||
",
|
||||
)
|
||||
.diagnostics();
|
||||
.diagnostics()
|
||||
.0;
|
||||
|
||||
assert_snapshot!(diagnostics, @r###"
|
||||
"baz: 62": no such field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue