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
7 changes: 7 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,13 @@ cc = ["@lcnr"]
message = "HIR ty lowering was modified"
cc = ["@fmease"]

[mentions."compiler/rustc_parse"]
message = """
The parser was modified, potentially altering the grammar of (stable) Rust
which would be a breaking change.
"""
cc = ["@fmease"]

[mentions."library/core/src/mem/type_info.rs"]
message = """
The reflection data structures are tied exactly to the implementation
Expand Down
Loading