mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 05:00:17 +00:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
warning: trait `Foo` is never used
|
|
--> $DIR/multidispatch-conditional-impl-not-considered.rs:9:7
|
|
|
|
|
LL | trait Foo {
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|