Skip to content

Commit

Permalink
Update E0657 stderr to match changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Feb 14, 2018
1 parent dbacf0c commit 9e9c55f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/test/ui/error-codes/E0657.stderr
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
error[E0657]: `impl Trait` can only capture lifetimes bound at the fn or impl level
--> $DIR/E0657.rs:20:32
--> $DIR/E0657.rs:20:31
|
20 | -> impl for<'a> Id<impl Lt<'a>>
| ^^
20 | -> Box<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
--> $DIR/E0657.rs:29:35
|
29 | -> impl for<'a> Id<impl Lt<'a>>
| ^^
29 | -> Box<for<'a> Id<impl Lt<'a>>>
| ^^

error: aborting due to 2 previous errors

0 comments on commit 9e9c55f

Please sign in to comment.