mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
|
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
|
||
|
--> $DIR/E0657.rs:20:32
|
||
|
|
|
||
|
20 | -> impl for<'a> Id<impl Lt<'a>>
|
||
|
| ^^
|
||
|
|
||
|
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
|
||
|
--> $DIR/E0657.rs:29:36
|
||
|
|
|
||
|
29 | -> impl for<'a> Id<impl Lt<'a>>
|
||
|
| ^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|