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"]
1306
1306
[mentions ."compiler/rustc_ast_lowering/src/format .rs" ]
1307
1307
cc = [" @m-ou-se" ]
1308
1308
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
+
1309
1324
1310
1325
# ------------------------------------------------------------------------------
1311
1326
# PR assignments
You can’t perform that action at this time.
0 commit comments