diff options
| author | Jane Losare-Lusby <jlusby@yaah.dev> | 2022-07-07 22:29:38 +0000 |
|---|---|---|
| committer | Jane Losare-Lusby <jlusby@yaah.dev> | 2022-07-08 21:18:16 +0000 |
| commit | e4e6b1ebc6e75b44f5543eb72964f3716b0b7d07 (patch) | |
| tree | 1690dd4d00919dcb861a943ef776d155410fa7cc /compiler/rustc_error_codes/src | |
| parent | 87eafe82e88074fe6e850919a84f44c5e895b71b (diff) | |
| download | rust-e4e6b1ebc6e75b44f5543eb72964f3716b0b7d07.tar.gz rust-e4e6b1ebc6e75b44f5543eb72964f3716b0b7d07.zip | |
fixes post rebase
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -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 56f29dcc5ce..977318b8589 100644 --- a/compiler/rustc_error_codes/src/error_codes.rs +++ b/compiler/rustc_error_codes/src/error_codes.rs @@ -644,5 +644,5 @@ E0788: include_str!("./error_codes/E0788.md"), // E0721, // `await` keyword // E0723, // unstable feature in `const` context // E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`. - E0788, // rustc_allowed_through_unstable_modules without stability attribute + E0789, // rustc_allowed_through_unstable_modules without stability attribute } |
