]> git.proxmox.com Git - rustc.git/blame - src/test/ui/underscore-lifetime/underscore-outlives-bounds.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / underscore-lifetime / underscore-outlives-bounds.stderr
CommitLineData
0bf4aa26
XL
1error[E0637]: `'_` cannot be used here
2 --> $DIR/underscore-outlives-bounds.rs:7:10
3 |
532ac7d7 4LL | impl<'b: '_> Foo<'b> for i32 {}
0bf4aa26
XL
5 | ^^ `'_` is a reserved lifetime name
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0637`.