Skip to content

Commit

Permalink
Fix new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 26, 2018
1 parent 16fb6b0 commit ce6429a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/test/ui/feature-gate-if_while_or_patterns.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ error[E0658]: multiple patterns in `if let` and `while let` are unstable (see is

error: aborting due to 2 previous errors

If you want more information on this error, try using "rustc --explain E0658"
2 changes: 2 additions & 0 deletions src/test/ui/impl_trait_projections.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ error[E0223]: ambiguous associated type

error: aborting due to 5 previous errors

You've got a few errors: E0223, E0667
If you want more information on an error, try using "rustc --explain E0223"
1 change: 1 addition & 0 deletions src/test/ui/issue-23302-1.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ note: the cycle begins when const-evaluating `X::A::{{initializer}}`...

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0391"
1 change: 1 addition & 0 deletions src/test/ui/issue-23302-2.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ note: the cycle begins when const-evaluating `Y::A::{{initializer}}`...

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0391"
1 change: 1 addition & 0 deletions src/test/ui/issue-23302-3.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ note: ...which then requires processing `A`...

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0391"
2 changes: 1 addition & 1 deletion src/test/ui/issue-36163.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ note: ...which then requires const-evaluating `A`...

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0265"
If you want more information on this error, try using "rustc --explain E0391"
1 change: 1 addition & 0 deletions src/test/ui/issue-45157.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ error[E0502]: cannot borrow `u.s.a` as mutable because it is also borrowed as im

error: aborting due to 2 previous errors

If you want more information on this error, try using "rustc --explain E0502"
3 changes: 1 addition & 2 deletions src/test/ui/issue-47706.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ note: required by `foo`

error: aborting due to 2 previous errors

You've got a few errors: E0593, E0601
If you want more information on an error, try using "rustc --explain E0593"
If you want more information on this error, try using "rustc --explain E0593"
2 changes: 2 additions & 0 deletions src/test/ui/nested_impl_trait.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ error[E0562]: `impl Trait` not allowed outside of function and inherent method r

error: aborting due to 6 previous errors

You've got a few errors: E0562, E0666
If you want more information on an error, try using "rustc --explain E0562"

0 comments on commit ce6429a

Please sign in to comment.