Skip to content

Commit 3d88f2c

Browse files
Update ui tests
1 parent 10236f1 commit 3d88f2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/ui/resolve/resolve-bad-visibility.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ LL | pub(in too_soon) struct H;
3030

3131
error: aborting due to 5 previous errors
3232

33-
For more information about this error, try `rustc --explain E0433`.
33+
Some errors have detailed explanations: E0433, E0577.
34+
For more information about an error, try `rustc --explain E0433`.

src/test/ui/span/visibility-ty-params.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ LL | m!{ m<> }
1818

1919
error: aborting due to 3 previous errors
2020

21+
For more information about this error, try `rustc --explain E0577`.

0 commit comments

Comments
 (0)