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 c9eda62

Browse files
committedMar 17, 2025
Document removed E0773.
1 parent 97d870e commit c9eda62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#### this error code is no longer emitted by the compiler.
2+
3+
This was triggered when multiple macro definitions used the same
4+
`#[rustc_builtin_macro(..)]`. This is no longer an error.

‎compiler/rustc_error_codes/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ E0769: 0769,
515515
E0770: 0770,
516516
E0771: 0771,
517517
E0772: 0772,
518+
E0773: 0773,
518519
E0774: 0774,
519520
E0775: 0775,
520521
E0776: 0776,
@@ -687,6 +688,5 @@ E0804: 0804,
687688
// E0723, // unstable feature in `const` context
688689
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
689690
// E0744, // merged into E0728
690-
// E0773, // Builtin macro defined more than once. This is no longer an error.
691691
// E0776, // Removed; cmse_nonsecure_entry is now `C-cmse-nonsecure-entry`
692692
// E0796, // unused error code. We use `static_mut_refs` lint instead.

0 commit comments

Comments
 (0)
Failed to load comments.