Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,13 @@ message = """
"""
cc = ["@jieyouxu"]

[mentions."compiler/rustc_attr_parsing/src/attributes/diagnostic"]
message = "Some changes occurred to diagnostic attributes."
cc = ["@mejrs"]
[mentions."compiler/rustc_hir/src/attrs/diagnostic.rs"]
message = "Some changes occurred to diagnostic attributes."
cc = ["@mejrs"]

# Content-based mentions

[mentions."miri"]
Expand All @@ -1476,6 +1483,7 @@ cc = ["@rust-lang/miri"]

[mentions."#[miri::intrinsic_fallback_is_spec]"]
type = "content"
trigger_files = ["library"]
message = """
⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
and explores the possible non-determinism of the intrinsic.
Expand All @@ -1484,6 +1492,7 @@ cc = ["@rust-lang/miri"]

[mentions."#[rustc_allow_const_fn_unstable"]
type = "content"
trigger_files = ["library"]
message = """
⚠️ `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable
implementation details on stable.
Expand All @@ -1492,19 +1501,13 @@ cc = ["@rust-lang/wg-const-eval"]

[mentions."#[rustc_intrinsic_const_stable_indirect]"]
type = "content"
trigger_files = ["library"]
message = """
⚠️ `#[rustc_intrinsic_const_stable_indirect]` controls whether intrinsics can be exposed to stable const
code; adding it needs t-lang approval.
"""
cc = ["@rust-lang/wg-const-eval"]

[mentions."compiler/rustc_attr_parsing/src/attributes/diagnostic"]
message = "Some changes occurred to diagnostic attributes."
cc = ["@mejrs"]
[mentions."compiler/rustc_hir/src/attrs/diagnostic.rs"]
message = "Some changes occurred to diagnostic attributes."
cc = ["@mejrs"]

# ------------------------------------------------------------------------------
# PR assignments
# ------------------------------------------------------------------------------
Expand Down
Loading