diff options
| author | Ezra Shaw <ezrasure@outlook.com> | 2023-01-08 14:46:01 +1300 |
|---|---|---|
| committer | Ezra Shaw <ezrasure@outlook.com> | 2023-01-08 14:47:12 +1300 |
| commit | 93c0d8d5d59e096dc2ed545d1eba09f16f0b5874 (patch) | |
| tree | 1b15db9db91603dc1797ef582ef91afa20614573 /compiler/rustc_error_codes/src | |
| parent | e5d46a5bdac3f19793297914d4ada432024fbe95 (diff) | |
| download | rust-93c0d8d5d59e096dc2ed545d1eba09f16f0b5874.tar.gz rust-93c0d8d5d59e096dc2ed545d1eba09f16f0b5874.zip | |
remove unreachable error code `E0313`
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes.rs b/compiler/rustc_error_codes/src/error_codes.rs index 3fba2cf5749..76d5da19399 100644 --- a/compiler/rustc_error_codes/src/error_codes.rs +++ b/compiler/rustc_error_codes/src/error_codes.rs @@ -579,8 +579,7 @@ E0791: include_str!("./error_codes/E0791.md"), // E0300, // unexpanded macro // E0304, // expected signed integer constant // E0305, // expected constant - E0313, // lifetime of borrowed pointer outlives lifetime of captured - // variable +// E0313, // removed: found unreachable // E0314, // closure outlives stack frame // E0315, // cannot invoke closure outside of its lifetime // E0319, // trait impls for defaulted traits allowed just for structs/enums |
