Fix new tests
This commit is contained in:
parent
16fb6b082d
commit
ce6429af7a
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user