2018-10-11 14:51:44 -05:00
|
|
|
error[E0637]: `'_` cannot be used here
|
|
|
|
--> $DIR/where-clause-trait-impl-underscore.rs:11:19
|
|
|
|
|
|
|
|
|
LL | T: WithRegion<'_>
|
|
|
|
| ^^ `'_` is a reserved lifetime name
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-02-07 11:44:31 -06:00
|
|
|
For more information about this error, try `rustc --explain E0637`.
|