Skip to content

Commit

Permalink
Rollup merge of rust-lang#106715 - BoxyUwU:new_solver_triagebot, r=lcnr
Browse files Browse the repository at this point in the history
Autolabel and ping wg for changes to new solver

r? ``@lcnr``
  • Loading branch information
Noratrieb authored Jan 11, 2023
2 parents 1a86934 + d031bef commit 8ca15b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ trigger_files = [
[autolabel."S-waiting-on-review"]
new_pr = true

[autolabel."WG-trait-system-refactor"]
trigger_files = [
"compiler/rustc_trait_selection/solve"
]

[notify-zulip."I-prioritize"]
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
topic = "#{number} {title}"
Expand Down Expand Up @@ -344,7 +349,7 @@ cc = ["@BoxyUwU"]

[mentions."compiler/rustc_trait_selection/src/solve/"]
message = "Some changes occurred to the core trait solver"
cc = ["@lcnr", "@compiler-errors"]
cc = ["@rust-lang/initiative-trait-system-refactor"]

[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
message = """
Expand Down

0 comments on commit 8ca15b4

Please sign in to comment.