Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97d870e

Browse files
committedMar 17, 2025
Add comment about removed error code.
1 parent 561772b commit 97d870e

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_error_codes/src

1 file changed

+1
-0
lines changed
 

‎compiler/rustc_error_codes/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,6 @@ E0804: 0804,
687687
// E0723, // unstable feature in `const` context
688688
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
689689
// E0744, // merged into E0728
690+
// E0773, // Builtin macro defined more than once. This is no longer an error.
690691
// E0776, // Removed; cmse_nonsecure_entry is now `C-cmse-nonsecure-entry`
691692
// E0796, // unused error code. We use `static_mut_refs` lint instead.

0 commit comments

Comments
 (0)
Failed to load comments.