Skip to content

Commit

Permalink
Whitelist #[allow_internal_unstable]
Browse files Browse the repository at this point in the history
This should hopefully work around #65023, which currently makes almost every bootstrap fail for me.
  • Loading branch information
jonas-schievink authored May 28, 2020
1 parent 4512721 commit d4ef174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_feature/builtin_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
// FIXME(#14407)
ungated!(rustc_const_stable, Whitelisted, template!(List: r#"feature = "name""#)),
gated!(
allow_internal_unstable, Normal, template!(Word, List: "feat1, feat2, ..."),
allow_internal_unstable, Whitelisted, template!(Word, List: "feat1, feat2, ..."),
"allow_internal_unstable side-steps feature gating and stability checks",
),
gated!(
Expand Down

0 comments on commit d4ef174

Please sign in to comment.