2023-06-23 22:00:08 -05:00
|
|
|
error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates
|
2023-09-13 11:04:42 -05:00
|
|
|
--> $DIR/unconstrained-lt.rs:5:6
|
2023-06-23 22:00:08 -05:00
|
|
|
|
|
|
|
|
LL | impl<'a, T> Foo for T {
|
|
|
|
| ^^ unconstrained lifetime parameter
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-06-23 22:00:08 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0207`.
|