blob: 66be95e38d2aa0ee3fd64f0ce1b9a9cb88f394fe (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0165]: irrefutable while-let pattern
--> $DIR/E0165.rs:15:15
|
LL | while let Irrefutable(x) = irr { //~ ERROR E0165
| ^^^^^^^^^^^^^^ irrefutable pattern
error: aborting due to previous error
For more information about this error, try `rustc --explain E0165`.
|