2020-03-22 00:09:24 -05:00
|
|
|
error: associated lifetimes are not supported
|
|
|
|
--> $DIR/recover-assoc-lifetime-constraint.rs:3:11
|
|
|
|
|
|
|
|
|
LL | bar::<Item = 'a>();
|
|
|
|
| ^^^^^^^--
|
|
|
|
| |
|
|
|
|
| the lifetime is given here
|
|
|
|
|
|
|
|
|
= help: if you meant to specify a trait object, write `dyn Trait + 'lifetime`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-03-22 00:09:24 -05:00
|
|
|
|