about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src/lib.rs
diff options
context:
space:
mode:
authorxizheyin <xizheyin@smail.nju.edu.cn>2025-02-15 12:18:30 +0800
committerxizheyin <xizheyin@smail.nju.edu.cn>2025-02-15 12:18:30 +0800
commitd22554a996a11bb1559ebf9e5bbd7db8f048fcad (patch)
tree1e74d6cac295441ac5798f32bcb0982ba4baec64 /compiler/rustc_error_codes/src/lib.rs
parentd88ffcdb8bfc6f8b917574c1693eb9764a20eff5 (diff)
downloadrust-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.rs1
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,
         );
     )
 }