Skip to content

Commit 72aeea8

Browse files
committed
added 9999 error code
1 parent 8a9434a commit 72aeea8

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_error_codes/src

1 file changed

+1
-0
lines changed

compiler/rustc_error_codes/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ E0801: 0801,
547547
E0802: 0802,
548548
E0803: 0803,
549549
E0804: 0804,
550+
E9999: 9999,
550551
);
551552
)
552553
}

0 commit comments

Comments
 (0)