rust/tests/ui/pattern/usefulness/match-ref-ice.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

15 lines
309 B
Plaintext

error: unreachable pattern
--> $DIR/match-ref-ice.rs:13:9
|
LL | [1, 2, 3] => (),
| ^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/match-ref-ice.rs:1:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error