]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0001.stderr
Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot
[rust.git] / src / test / ui / error-codes / E0001.stderr
1 error: unreachable pattern
2   --> $DIR/E0001.rs:8:9
3    |
4 LL |         _ => {/* ... */}
5    |         ^
6    |
7 note: the lint level is defined here
8   --> $DIR/E0001.rs:1:9
9    |
10 LL | #![deny(unreachable_patterns)]
11    |         ^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14