Skip to content

Commit 1c28006

Browse files
committed
Reorder diagnostics in code order, then alphabetical order
1 parent c4f5960 commit 1c28006

File tree

3 files changed

+290
-170
lines changed

3 files changed

+290
-170
lines changed

compiler/rustc_attr/src/builtin.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,9 +827,6 @@ where
827827
),
828828
);
829829
} else {
830-
// FIXME: This diagnostic is identical to `IncorrectMetaItem`, barring
831-
// the error code. Consider changing this to `IncorrectMetaItem`. See
832-
// #51489.
833830
sess.emit_err(session_diagnostics::IncorrectMetaItem2 {
834831
span: meta.span,
835832
});

0 commit comments

Comments
 (0)