mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Correct wording
This commit is contained in:
parent
fb6278e750
commit
461c0cc07a
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ impl<'p> DeconstructedPat<'p> {
|
||||||
Wildcard | NonExhaustive => PatKind::Wild,
|
Wildcard | NonExhaustive => PatKind::Wild,
|
||||||
Missing { .. } => {
|
Missing { .. } => {
|
||||||
never!(
|
never!(
|
||||||
"trying to convert a `Missing` constructor into a `Pat`; this is probably a bug,
|
"trying to convert a `Missing` constructor into a `Pat`; this is a bug, \
|
||||||
`Missing` should have been processed in `apply_constructors`"
|
`Missing` should have been processed in `apply_constructors`"
|
||||||
);
|
);
|
||||||
PatKind::Wild
|
PatKind::Wild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue