Improve collapsible_match error message syntax
This commit is contained in:
parent
bfe7f070bd
commit
4e6fc6fa05
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ help: the outer pattern can be modified to include the inner pattern
|
|||
LL | if let Issue9647::A { a, .. } = x {
|
||||
| ^ replace this binding
|
||||
LL | if let Some(u) = a {
|
||||
| ^^^^^^^ with this pattern, prefixed by a:
|
||||
| ^^^^^^^ with this pattern, prefixed by `a`:
|
||||
|
||||
error: this `if let` can be collapsed into the outer `if let`
|
||||
--> tests/ui/collapsible_match.rs:292:9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue