]> git.lizzy.rs Git - rust.git/blob - src/test/ui/underscore-lifetime/where-clause-trait-impl-underscore.rust2018.stderr
normalize stderr
[rust.git] / src / test / ui / underscore-lifetime / where-clause-trait-impl-underscore.rust2018.stderr
1 error[E0637]: `'_` cannot be used here
2   --> $DIR/where-clause-trait-impl-underscore.rs:11:19
3    |
4 LL |     T: WithRegion<'_>
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`.