blob: 1be612af44c759806c26b0ddc24d7078e808003e [file] [log] [blame]
warning: method `foo` is never used
--> $DIR/issue-22536-copy-mustnt-zero.rs:8:8
|
LL | trait Resources {
| --------- method in this trait
LL | type Buffer: Copy;
LL | fn foo(&self) {}
| ^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted