about summary refs log tree commit diff
path: root/tests/ui/auto-traits/auto-traits.stderr
blob: 1ac1a9922001e6542ec85fb6c4fe0bd43d621987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
warning: trait `AutoInner` is never used
  --> $DIR/auto-traits.rs:22:16
   |
LL |     auto trait AutoInner {}
   |                ^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: trait `AutoUnsafeInner` is never used
  --> $DIR/auto-traits.rs:23:23
   |
LL |     unsafe auto trait AutoUnsafeInner {}
   |                       ^^^^^^^^^^^^^^^

warning: 2 warnings emitted