mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
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`
|
|
|
|
error: aborting due to 1 previous error
|
|
|