Skip to content

Commit 80c535f

Browse files
authored
Rollup merge of rust-lang#106715 - BoxyUwU:new_solver_triagebot, r=lcnr
Autolabel and ping wg for changes to new solver r? ```@lcnr```
2 parents 082ff0f + d031bef commit 80c535f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: triagebot.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ trigger_files = [
249249
[autolabel."S-waiting-on-review"]
250250
new_pr = true
251251

252+
[autolabel."WG-trait-system-refactor"]
253+
trigger_files = [
254+
"compiler/rustc_trait_selection/solve"
255+
]
256+
252257
[notify-zulip."I-prioritize"]
253258
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
254259
topic = "#{number} {title}"
@@ -344,7 +349,7 @@ cc = ["@BoxyUwU"]
344349

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

349354
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
350355
message = """

0 commit comments

Comments
 (0)