blob: dfc2f9c8fc56a06494dba22a59093cdc22999504 [file] [log] [blame] [edit]
warning: unused variable: `e`
--> $DIR/unused-var-in-unreachable-code.rs:43:9
|
LL | let e = 5;
| ^ help: if this is intentional, prefix it with an underscore: `_e`
|
note: the lint level is defined here
--> $DIR/unused-var-in-unreachable-code.rs:5:9
|
LL | #![warn(unused_variables)]
| ^^^^^^^^^^^^^^^^
warning: 1 warning emitted