Skip to content

Commit 125d60d

Browse files
Update ui tests
1 parent b22a163 commit 125d60d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

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

3131
error: aborting due to 5 previous errors
3232

33-
Some errors have detailed explanations: E0433, E0742.
33+
Some errors have detailed explanations: E0433, E0577, E0742.
3434
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)