diff options
Diffstat (limited to 'tests/ui/methods/method-recursive-blanket-impl.stderr')
| -rw-r--r-- | tests/ui/methods/method-recursive-blanket-impl.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui/methods/method-recursive-blanket-impl.stderr b/tests/ui/methods/method-recursive-blanket-impl.stderr new file mode 100644 index 00000000000..9797a8f6c83 --- /dev/null +++ b/tests/ui/methods/method-recursive-blanket-impl.stderr @@ -0,0 +1,10 @@ +warning: trait `Foo` is never used + --> $DIR/method-recursive-blanket-impl.rs:14:7 + | +LL | trait Foo<A> { + | ^^^ + | + = note: `#[warn(dead_code)]` on by default + +warning: 1 warning emitted + |
