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"]
1311
1311
[mentions."#[miri::intrinsic_fallback_is_spec]"]
1312
1312
type = " content"
1313
1313
message = """
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,
1315
1315
and explores the possible non-determinism of the intrinsic.
1316
1316
"""
1317
1317
cc = [" @rust-lang/miri" ]
1318
+
1318
1319
[mentions."#[rustc_allow_const_fn_unstable"]
1319
1320
type = " content"
1320
1321
message = """
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
1322
1323
implementation details on stable.
1323
1324
"""
1324
1325
cc = [" @rust-lang/wg-const-eval" ]
1325
1326
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
+
1326
1335
1327
1336
# ------------------------------------------------------------------------------
1328
1337
# PR assignments
You can’t perform that action at this time.
0 commit comments