Skip to content

Commit d4ef174

Browse files
Whitelist #[allow_internal_unstable]
This should hopefully work around #65023, which currently makes almost every bootstrap fail for me.
1 parent 4512721 commit d4ef174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_feature/builtin_attrs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
366366
// FIXME(#14407)
367367
ungated!(rustc_const_stable, Whitelisted, template!(List: r#"feature = "name""#)),
368368
gated!(
369-
allow_internal_unstable, Normal, template!(Word, List: "feat1, feat2, ..."),
369+
allow_internal_unstable, Whitelisted, template!(Word, List: "feat1, feat2, ..."),
370370
"allow_internal_unstable side-steps feature gating and stability checks",
371371
),
372372
gated!(

0 commit comments

Comments
 (0)