2018-05-03 18:43:28 -04:00
|
|
|
error: lifetime parameter `'f` only used once
|
|
|
|
--> $DIR/one-use-in-inherent-impl-header.rs:24:6
|
|
|
|
|
|
|
|
|
LL | impl<'f> Foo<'f> { //~ ERROR `'f` only used once
|
2018-06-21 18:17:42 -07:00
|
|
|
| ^^ -- ...is used only here
|
|
|
|
| |
|
|
|
|
| this lifetime...
|
2018-05-03 18:43:28 -04:00
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/one-use-in-inherent-impl-header.rs:11:9
|
|
|
|
|
|
2018-05-19 01:13:53 +03:00
|
|
|
LL | #![deny(single_use_lifetimes)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2018-05-03 18:43:28 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|