We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561772b commit 97d870eCopy full SHA for 97d870e
compiler/rustc_error_codes/src/lib.rs
@@ -687,5 +687,6 @@ E0804: 0804,
687
// E0723, // unstable feature in `const` context
688
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
689
// E0744, // merged into E0728
690
+// E0773, // Builtin macro defined more than once. This is no longer an error.
691
// E0776, // Removed; cmse_nonsecure_entry is now `C-cmse-nonsecure-entry`
692
// E0796, // unused error code. We use `static_mut_refs` lint instead.
0 commit comments