diff options
| author | xizheyin <xizheyin@smail.nju.edu.cn> | 2025-02-15 12:18:30 +0800 |
|---|---|---|
| committer | xizheyin <xizheyin@smail.nju.edu.cn> | 2025-02-15 12:18:30 +0800 |
| commit | d22554a996a11bb1559ebf9e5bbd7db8f048fcad (patch) | |
| tree | 1e74d6cac295441ac5798f32bcb0982ba4baec64 /compiler/rustc_error_codes/src/lib.rs | |
| parent | d88ffcdb8bfc6f8b917574c1693eb9764a20eff5 (diff) | |
| download | rust-d22554a996a11bb1559ebf9e5bbd7db8f048fcad.tar.gz rust-d22554a996a11bb1559ebf9e5bbd7db8f048fcad.zip | |
fix: Alloc new errorcode E0803 for E0495
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
Diffstat (limited to 'compiler/rustc_error_codes/src/lib.rs')
| -rw-r--r-- | compiler/rustc_error_codes/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs index e970b16f610..098ca42be2b 100644 --- a/compiler/rustc_error_codes/src/lib.rs +++ b/compiler/rustc_error_codes/src/lib.rs @@ -546,6 +546,7 @@ E0799: 0799, E0800: 0800, E0801: 0801, E0802: 0802, +E0803: 0803, ); ) } |
