We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0b0f commit b1a574aCopy full SHA for b1a574a
1 file changed
compiler/rustc_hir/src/attrs/data_structures.rs
@@ -1233,13 +1233,9 @@ pub enum AttributeKind {
1233
/// Represents `#[rustc_diagnostic_item]`
1234
RustcDiagnosticItem(Symbol),
1235
1236
-
1237
/// Represents `#[rustc_do_not_const_check]`
1238
RustcDoNotConstCheck,
1239
1240
- /// Represents `#[rustc_diagnostic_item]`
1241
- RustcDiagnosticItem(Symbol),
1242
1243
/// Represents `#[rustc_dummy]`.
1244
RustcDummy,
1245
0 commit comments