mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
missing match arms diagnostic change source to match expression
This commit is contained in:
parent
5fe608fb31
commit
da6752d5f9
3 changed files with 7 additions and 3 deletions
|
@ -545,7 +545,7 @@ mod tests {
|
|||
|
||||
assert_snapshot!(
|
||||
check_diagnostic_message(content),
|
||||
@"\"{\\n }\": Missing match arm\n"
|
||||
@"\"()\": Missing match arm\n"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue