rust/src/test/ui/error-codes/E0657.stderr

15 lines
442 B
Plaintext
Raw Normal View History

2018-02-08 03:35:35 +00:00
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