Skip to content

Commit

Permalink
add triage bot mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Apr 25, 2024
1 parent b64f687 commit 146f637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ cc = ["@compiler-errors", "@lcnr"]
message = "changes to the core type system"
cc = ["@compiler-errors", "@lcnr"]

[mentions."compiler/rustc_hir_analysis/src/fn_ctxt/inspect_obligations.rs"]
message = "changes to `inspect_obligations.rs`"
cc = ["@compiler-errors", "@lcnr"]

[mentions."compiler/rustc_middle/src/mir/interpret"]
message = "Some changes occurred to the CTFE / Miri engine"
cc = ["@rust-lang/miri"]
Expand Down

0 comments on commit 146f637

Please sign in to comment.