rust/src/test/ui/error-codes/E0165.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

9 lines
295 B
Text

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`.