2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -515,6 +515,7 @@ E0769: 0769,
515
515
E0770 : 0770 ,
516
516
E0771 : 0771 ,
517
517
E0772 : 0772 ,
518
+ E0773 : 0773 ,
518
519
E0774 : 0774 ,
519
520
E0775 : 0775 ,
520
521
E0776 : 0776 ,
@@ -687,6 +688,5 @@ E0804: 0804,
687
688
// E0723, // unstable feature in `const` context
688
689
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
689
690
// E0744, // merged into E0728
690
- // E0773, // Builtin macro defined more than once. This is no longer an error.
691
691
// E0776, // Removed; cmse_nonsecure_entry is now `C-cmse-nonsecure-entry`
692
692
// E0796, // unused error code. We use `static_mut_refs` lint instead.
0 commit comments