File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1311,18 +1311,27 @@ cc = ["@m-ou-se"]
13111311[mentions."#[miri::intrinsic_fallback_is_spec]"]
13121312type = " content"
13131313message = """
1314- `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1314+ ⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
13151315and explores the possible non-determinism of the intrinsic.
13161316"""
13171317cc = [" @rust-lang/miri" ]
1318+
13181319[mentions."#[rustc_allow_const_fn_unstable"]
13191320type = " content"
13201321message = """
1321- `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
1322+ ⚠️ `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
13221323implementation details on stable.
13231324"""
13241325cc = [" @rust-lang/wg-const-eval" ]
13251326
1327+ [mentions."#[rustc_intrinsic_const_stable_indirect]"]
1328+ type = " content"
1329+ message = """
1330+ ⚠️ `#[rustc_intrinsic_const_stable_indirect]` controls whether intrinsics can be exposed to stable const
1331+ code; adding it needs t-lang approval.
1332+ """
1333+ cc = [" @rust-lang/wg-const-eval" ]
1334+
13261335
13271336# ------------------------------------------------------------------------------
13281337# PR assignments
You can’t perform that action at this time.
0 commit comments