rust/tests/ui/structs-enums/enum-null-pointer-opt.stderr

13 lines
279 B
Plaintext
Raw Normal View History

2024-02-07 10:42:01 +08:00
warning: method `dummy` is never used
2024-04-21 18:41:45 +02:00
--> $DIR/enum-null-pointer-opt.rs:10:18
2024-02-07 10:42:01 +08:00
|
LL | trait Trait { fn dummy(&self) { } }
| ----- ^^^^^
| |
| method in this trait
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted