mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
warning: trait `Bar` is never used
|
|
--> $DIR/no-mangle-associated-fn.rs:15:7
|
|
|
|
|
LL | trait Bar {
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
|
|
warning: 1 warning emitted
|
|
|