diff options
| author | Ezra Shaw <ezrasure@outlook.com> | 2023-01-11 22:46:14 +1300 |
|---|---|---|
| committer | Ezra Shaw <ezrasure@outlook.com> | 2023-01-12 14:15:21 +1300 |
| commit | 02005e9f22bf06e74c3ed6ce56be112d7366bd15 (patch) | |
| tree | f3c593effd8bb4f1fa3c0b85f7a0cfe8689fc6a0 /compiler/rustc_error_codes/src | |
| parent | 0442fbabe24ec43636a80ad1f40a0ad92a2e38df (diff) | |
| download | rust-02005e9f22bf06e74c3ed6ce56be112d7366bd15.tar.gz rust-02005e9f22bf06e74c3ed6ce56be112d7366bd15.zip | |
remove unreachable error code `E0490`
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 686c22bc386..d09463aad76 100644 --- a/compiler/rustc_error_codes/src/error_codes.rs +++ b/compiler/rustc_error_codes/src/error_codes.rs @@ -618,7 +618,7 @@ E0791: include_str!("./error_codes/E0791.md"), // E0487, // unsafe use of destructor: destructor might be called while... // E0488, // lifetime of variable does not enclose its declaration // E0489, // type/lifetime parameter not in scope here - E0490, // a value of type `..` is borrowed for too long +// E0490, // removed: unreachable E0523, // two dependencies have same (crate-name, disambiguator) but different SVH // E0526, // shuffle indices are not constant // E0540, // multiple rustc_deprecated attributes |
