missing match arms diagnostic change source to match expression

This commit is contained in:
Josh Mcguigan 2020-04-06 06:55:25 -07:00
parent 5fe608fb31
commit da6752d5f9
3 changed files with 7 additions and 3 deletions

View file

@ -545,7 +545,7 @@ mod tests {
assert_snapshot!(
check_diagnostic_message(content),
@"\"{\\n }\": Missing match arm\n"
@"\"()\": Missing match arm\n"
);
}