2022-06-09 22:14:24 -05:00
|
|
|
warning: variants `B` and `C` are never constructed
|
2021-01-22 18:00:00 -06:00
|
|
|
--> $DIR/const-and-self.rs:33:5
|
|
|
|
|
|
2022-06-09 22:14:24 -05:00
|
|
|
LL | enum E {
|
|
|
|
| - variants in this enum
|
|
|
|
LL | A,
|
2021-01-22 18:00:00 -06:00
|
|
|
LL | B,
|
|
|
|
| ^
|
2022-06-09 22:14:24 -05:00
|
|
|
LL | C,
|
|
|
|
| ^
|
2021-01-22 18:00:00 -06:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/const-and-self.rs:3:9
|
|
|
|
|
|
|
|
|
LL | #![warn(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2022-06-09 22:14:24 -05:00
|
|
|
warning: 1 warning emitted
|
2021-01-22 18:00:00 -06:00
|
|
|
|