mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
missing match arms diagnostic
This commit is contained in:
parent
b7e5d94bda
commit
8c378af721
12 changed files with 1048 additions and 11 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