Skip to content

Commit f54a5c1

Browse files
committed
fixed tests
1 parent a5232b8 commit f54a5c1

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

tests/ui/explain-with-error.rs

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Check that we don't crash on error codes exceeding our internal limit.
2+
// issue: <https://github.com/rust-lang/rust/issues/140647>
3+
//@ compile-flags: --explain E10000
4+
//~? ERROR: E10000 is not a valid error code
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
error: E10000 is not a valid error code
2+

0 commit comments

Comments
 (0)