diff options
| author | bowlerman <oskar@goldhahn.info> | 2023-01-06 02:29:37 +0100 |
|---|---|---|
| committer | bowlerman <oskar@goldhahn.info> | 2023-01-10 03:04:28 +0100 |
| commit | f75eb24f4f397594604da304b3a1f7f11e1bea49 (patch) | |
| tree | 5745663a3a4c7fc783e737b78254008cb8ed2a23 /compiler/rustc_error_codes | |
| parent | 3254bef9a79bd762b8cece2078abe168cb29ccb1 (diff) | |
| download | rust-f75eb24f4f397594604da304b3a1f7f11e1bea49.tar.gz rust-f75eb24f4f397594604da304b3a1f7f11e1bea49.zip | |
remove E0280 and ICE instead
Diffstat (limited to 'compiler/rustc_error_codes')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes.rs b/compiler/rustc_error_codes/src/error_codes.rs index 686c22bc386..a132a8146e9 100644 --- a/compiler/rustc_error_codes/src/error_codes.rs +++ b/compiler/rustc_error_codes/src/error_codes.rs @@ -574,7 +574,7 @@ E0791: include_str!("./error_codes/E0791.md"), // E0274, // on_unimplemented #2 // E0278, // requirement is not satisfied // E0279, - E0280, // requirement is not satisfied +// E0280, // changed to ICE // E0285, // overflow evaluation builtin bounds // E0296, // replaced with a generic attribute input check // E0298, // cannot compare constants |
