Skip to content

Commit 9e9c55f

Browse files
committed
Update E0657 stderr to match changed test
1 parent dbacf0c commit 9e9c55f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
2-
--> $DIR/E0657.rs:20:32
2+
--> $DIR/E0657.rs:20:31
33
|
4-
20 | -> impl for<'a> Id<impl Lt<'a>>
5-
| ^^
4+
20 | -> Box<for<'a> Id<impl Lt<'a>>>
5+
| ^^
66

77
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
8-
--> $DIR/E0657.rs:29:36
8+
--> $DIR/E0657.rs:29:35
99
|
10-
29 | -> impl for<'a> Id<impl Lt<'a>>
11-
| ^^
10+
29 | -> Box<for<'a> Id<impl Lt<'a>>>
11+
| ^^
1212

1313
error: aborting due to 2 previous errors
1414

0 commit comments

Comments
 (0)