Skip to content

Commit 3c62bdc

Browse files
Update ui tests
1 parent 847ad6a commit 3c62bdc

4 files changed

+5
-2
lines changed

src/test/ui/auto-trait-validation.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ LL | auto trait MyTrait { fn foo() {} }
1818

1919
error: aborting due to 3 previous errors
2020

21-
Some errors have detailed explanations: E0380, E0567.
21+
Some errors have detailed explanations: E0380, E0567, E0568.
2222
For more information about an error, try `rustc --explain E0380`.

src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ LL | let (a, b) = copy(NoClone);
1717

1818
error: aborting due to 2 previous errors
1919

20-
For more information about this error, try `rustc --explain E0277`.
20+
Some errors have detailed explanations: E0277, E0568.
21+
For more information about an error, try `rustc --explain E0277`.

src/test/ui/typeck/typeck-auto-trait-no-supertraits-2.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | auto trait Magic : Sized where Option<Self> : Magic {}
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0568`.

src/test/ui/typeck/typeck-auto-trait-no-supertraits.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ LL | auto trait Magic: Copy {}
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0568`.

0 commit comments

Comments
 (0)