We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbacf0c commit 9e9c55fCopy full SHA for 9e9c55f
src/test/ui/error-codes/E0657.stderr
@@ -1,14 +1,14 @@
1
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
2
- --> $DIR/E0657.rs:20:32
+ --> $DIR/E0657.rs:20:31
3
|
4
-20 | -> impl for<'a> Id<impl Lt<'a>>
5
- | ^^
+20 | -> Box<for<'a> Id<impl Lt<'a>>>
+ | ^^
6
7
8
- --> $DIR/E0657.rs:29:36
+ --> $DIR/E0657.rs:29:35
9
10
-29 | -> impl for<'a> Id<impl Lt<'a>>
11
+29 | -> Box<for<'a> Id<impl Lt<'a>>>
12
13
error: aborting due to 2 previous errors
14
0 commit comments