about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src/lib.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-09-15 17:34:25 -0400
committerMichael Goulet <michael@errs.io>2024-09-16 10:56:22 -0400
commitae8b4607c6c92164dce2e92f9496de189a43bc44 (patch)
tree48e337f4cf001bdf9e0de0a28b24942972b36fe7 /compiler/rustc_error_codes/src/lib.rs
parent26bdfefae121061187a8206bc0d6702c968a62c0 (diff)
downloadrust-ae8b4607c6c92164dce2e92f9496de189a43bc44.tar.gz
rust-ae8b4607c6c92164dce2e92f9496de189a43bc44.zip
Introduce distinct error codes for precise capturing
Diffstat (limited to 'compiler/rustc_error_codes/src/lib.rs')
-rw-r--r--compiler/rustc_error_codes/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_error_codes/src/lib.rs b/compiler/rustc_error_codes/src/lib.rs
index 150f99a3ee7..d6f0206b0de 100644
--- a/compiler/rustc_error_codes/src/lib.rs
+++ b/compiler/rustc_error_codes/src/lib.rs
@@ -538,6 +538,8 @@ E0795: 0795,
 E0796: 0796,
 E0797: 0797,
 E0798: 0798,
+E0799: 0799,
+E0800: 0800,
         );
     )
 }