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 d9d7f81 commit 27d9e21Copy full SHA for 27d9e21
compiler/rustc_passes/src/check_attr.rs
@@ -142,6 +142,9 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
142
}
143
Attribute::Parsed(AttributeKind::Repr(_)) => { /* handled below this loop and elsewhere */
144
145
+ Attribute::Parsed(AttributeKind::AllowUnstableFeature(_)) => {
146
+ // FIXME: handle this later.
147
+ }
148
Attribute::Parsed(
149
AttributeKind::BodyStability { .. }
150
| AttributeKind::ConstStabilityIndirect
0 commit comments