]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-lifetime/underscore-outlives-bounds.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / 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`.