blob: 91f402dad59b5fc64d065b6b5f1d5265eca6c419 [file] [log] [blame]
error[E0162]: irrefutable if-let pattern
--> $DIR/E0162.rs:15:12
|
LL | if let Irrefutable(x) = irr { //~ ERROR E0162
| ^^^^^^^^^^^^^^ irrefutable pattern
error: aborting due to previous error
For more information about this error, try `rustc --explain E0162`.