rust/tests/ui/mir/mir_raw_fat_ptr.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
270 B
Plaintext
Raw Permalink Normal View History

2024-02-06 20:42:01 -06:00
warning: method `foo` is never used
2024-07-13 06:53:56 -05:00
--> $DIR/mir_raw_fat_ptr.rs:100:16
2024-02-06 20:42:01 -06:00
|
LL | trait Foo { fn foo(&self) -> usize; }
| --- ^^^
| |
| method in this trait
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted