rust/src/test/ui/error-codes/E0001.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

14 lines
307 B
Text

error: unreachable pattern
--> $DIR/E0001.rs:18:9
|
LL | _ => {/* ... */} //~ ERROR unreachable pattern
| ^
|
note: lint level defined here
--> $DIR/E0001.rs:11:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error