Skip to content

Commit 27d9e21

Browse files
committed
Fix rebase
1 parent d9d7f81 commit 27d9e21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_passes/src/check_attr.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ impl<'tcx> CheckAttrVisitor<'tcx> {
142142
}
143143
Attribute::Parsed(AttributeKind::Repr(_)) => { /* handled below this loop and elsewhere */
144144
}
145+
Attribute::Parsed(AttributeKind::AllowUnstableFeature(_)) => {
146+
// FIXME: handle this later.
147+
}
145148
Attribute::Parsed(
146149
AttributeKind::BodyStability { .. }
147150
| AttributeKind::ConstStabilityIndirect

0 commit comments

Comments
 (0)