summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0162.stderr
blob: 91f402dad59b5fc64d065b6b5f1d5265eca6c419 (plain)
1
2
3
4
5
6
7
8
9
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`.