2018-10-11 15:51:44 -04:00
|
|
|
error[E0637]: `'_` cannot be used here
|
|
|
|
--> $DIR/underscore-outlives-bounds.rs:7:10
|
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | impl<'b: '_> Foo<'b> for i32 {}
|
2018-10-11 15:51:44 -04:00
|
|
|
| ^^ `'_` is a reserved lifetime name
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-02-07 12:44:31 -05:00
|
|
|
For more information about this error, try `rustc --explain E0637`.
|