about summary refs log tree commit diff
path: root/tests/ui/stdlib-unit-tests/raw-fat-ptr.stderr
blob: 8108296621c8793acbadf1ec0669d6515303db57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
warning: method `foo` is never used
  --> $DIR/raw-fat-ptr.rs:35:16
   |
LL | trait Foo { fn foo(&self) -> usize; }
   |       ---      ^^^
   |       |
   |       method in this trait
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: 1 warning emitted