Skip to content

Commit ce6429a

Browse files
Fix new tests
1 parent 16fb6b0 commit ce6429a

9 files changed

+11
-3
lines changed

src/test/ui/feature-gate-if_while_or_patterns.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ error[E0658]: multiple patterns in `if let` and `while let` are unstable (see is
2020

2121
error: aborting due to 2 previous errors
2222

23+
If you want more information on this error, try using "rustc --explain E0658"

src/test/ui/impl_trait_projections.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ error[E0223]: ambiguous associated type
3232

3333
error: aborting due to 5 previous errors
3434

35+
You've got a few errors: E0223, E0667
36+
If you want more information on an error, try using "rustc --explain E0223"

src/test/ui/issue-23302-1.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ note: the cycle begins when const-evaluating `X::A::{{initializer}}`...
1313

1414
error: aborting due to previous error
1515

16+
If you want more information on this error, try using "rustc --explain E0391"

src/test/ui/issue-23302-2.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ note: the cycle begins when const-evaluating `Y::A::{{initializer}}`...
1313

1414
error: aborting due to previous error
1515

16+
If you want more information on this error, try using "rustc --explain E0391"

src/test/ui/issue-23302-3.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ note: ...which then requires processing `A`...
1818

1919
error: aborting due to previous error
2020

21+
If you want more information on this error, try using "rustc --explain E0391"

src/test/ui/issue-36163.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ note: ...which then requires const-evaluating `A`...
1818

1919
error: aborting due to previous error
2020

21-
If you want more information on this error, try using "rustc --explain E0265"
21+
If you want more information on this error, try using "rustc --explain E0391"

src/test/ui/issue-45157.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ error[E0502]: cannot borrow `u.s.a` as mutable because it is also borrowed as im
1818

1919
error: aborting due to 2 previous errors
2020

21+
If you want more information on this error, try using "rustc --explain E0502"

src/test/ui/issue-47706.stderr

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ note: required by `foo`
2828

2929
error: aborting due to 2 previous errors
3030

31-
You've got a few errors: E0593, E0601
32-
If you want more information on an error, try using "rustc --explain E0593"
31+
If you want more information on this error, try using "rustc --explain E0593"

src/test/ui/nested_impl_trait.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ error[E0562]: `impl Trait` not allowed outside of function and inherent method r
4848

4949
error: aborting due to 6 previous errors
5050

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

0 commit comments

Comments
 (0)