]> git.lizzy.rs Git - rust.git/blob - tests/ui/underscore-lifetime/underscore-outlives-bounds.stderr
Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic
[rust.git] / tests / ui / underscore-lifetime / underscore-outlives-bounds.stderr
1 error[E0637]: `'_` cannot be used here
2   --> $DIR/underscore-outlives-bounds.rs:7:10
3    |
4 LL | impl<'b: '_> Foo<'b> for i32 {}
5    |          ^^ `'_` is a reserved lifetime name
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0637`.