Skip to content

Commit 0aa4d9f

Browse files
committed
Altered the footer error message for ui/test/spanissue-39018.stderr as per what compiler produces now.
1 parent f781398 commit 0aa4d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/span/issue-39018.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ LL | let _ = c.to_owned() + d;
185185

186186
error: aborting due to 14 previous errors
187187

188-
Some errors have detailed explanations: E0308, E0369.
189-
For more information about an error, try `rustc --explain E0308`.
188+
Some errors have detailed explanations: E0277, E0369.
189+
For more information about an error, try `rustc --explain E0277`.

0 commit comments

Comments
 (0)