Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fea27a6

Browse files
committed
triagebot: configure some pings when certain attributes are used
1 parent fd75a9c commit fea27a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎triagebot.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,21 @@ cc = ["@m-ou-se"]
13061306
[mentions."compiler/rustc_ast_lowering/src/format.rs"]
13071307
cc = ["@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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /