mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
Correct wording
This commit is contained in:
parent
fb6278e750
commit
461c0cc07a
@ -1030,7 +1030,7 @@ impl<'p> DeconstructedPat<'p> {
|
||||
Wildcard | NonExhaustive => PatKind::Wild,
|
||||
Missing { .. } => {
|
||||
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`"
|
||||
);
|
||||
PatKind::Wild
|
||||
|
Loading…
Reference in New Issue
Block a user