File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1306,6 +1306,21 @@ cc = ["@m-ou-se"]
13061306[mentions ."compiler/rustc_ast_lowering/src/format .rs" ]
13071307cc = [" @m-ou-se" ]
13081308
1309+ [mentions."#[miri::intrinsic_fallback_is_spec]"]
1310+ type = " content"
1311+ message = """
1312+ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1313+ and explores the possible non-determinism of the intrinsic.
1314+ """
1315+ cc = [" @rust-lang/miri" ]
1316+ [mentions."#[rustc_allow_const_fn_unstable]"]
1317+ type = " content"
1318+ message = """
1319+ `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
1320+ implementation details on stable.
1321+ """
1322+ cc = [" @rust-lang/wg-const-eval" ]
1323+
13091324
13101325# ------------------------------------------------------------------------------
13111326# PR assignments
You can’t perform that action at this time.
0 commit comments