summaryrefslogtreecommitdiffstats
path: root/src/test/ui/single-use-lifetime/zero-uses-in-impl.stderr
blob: b6e42d3e717f079ef8fd7948e1c1c38c4327b7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: lifetime parameter `'a` never used
  --> $DIR/zero-uses-in-impl.rs:8:6
   |
LL | impl<'a> Foo {}
   |     -^^- help: elide the unused lifetime
   |
note: the lint level is defined here
  --> $DIR/zero-uses-in-impl.rs:3:9
   |
LL | #![deny(unused_lifetimes)]
   |         ^^^^^^^^^^^^^^^^

error: aborting due to previous error