File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1308,21 +1308,32 @@ cc = ["@m-ou-se"]
1308
1308
[mentions ."compiler/rustc_ast_lowering/src/format .rs" ]
1309
1309
cc = [" @m-ou-se" ]
1310
1310
1311
+ # Content-based mentions
1312
+
1311
1313
[mentions."#[miri::intrinsic_fallback_is_spec]"]
1312
1314
type = " content"
1313
1315
message = """
1314
- `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1316
+ ⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1315
1317
and explores the possible non-determinism of the intrinsic.
1316
1318
"""
1317
1319
cc = [" @rust-lang/miri" ]
1320
+
1318
1321
[mentions."#[rustc_allow_const_fn_unstable"]
1319
1322
type = " content"
1320
1323
message = """
1321
- `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
1324
+ ⚠️ `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
1322
1325
implementation details on stable.
1323
1326
"""
1324
1327
cc = [" @rust-lang/wg-const-eval" ]
1325
1328
1329
+ [mentions."#[rustc_intrinsic_const_stable_indirect]"]
1330
+ type = " content"
1331
+ message = """
1332
+ ⚠️ `#[rustc_intrinsic_const_stable_indirect]` controls whether intrinsics can be exposed to stable const
1333
+ code; adding it needs t-lang approval.
1334
+ """
1335
+ cc = [" @rust-lang/wg-const-eval" ]
1336
+
1326
1337
1327
1338
# ------------------------------------------------------------------------------
1328
1339
# PR assignments
You can’t perform that action at this time.
0 commit comments