Fix new tests

This commit is contained in:
Guillaume Gomez 2018-02-26 09:56:00 +01:00
parent 16fb6b082d
commit ce6429af7a
9 changed files with 11 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"