We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecaad8 commit d031befCopy full SHA for d031bef
triagebot.toml
@@ -249,6 +249,11 @@ trigger_files = [
249
[autolabel."S-waiting-on-review"]
250
new_pr = true
251
252
+[autolabel."WG-trait-system-refactor"]
253
+trigger_files = [
254
+ "compiler/rustc_trait_selection/solve"
255
+]
256
+
257
[notify-zulip."I-prioritize"]
258
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
259
topic = "#{number} {title}"
@@ -344,7 +349,7 @@ cc = ["@BoxyUwU"]
344
349
345
350
[mentions."compiler/rustc_trait_selection/src/solve/"]
346
351
message = "Some changes occurred to the core trait solver"
347
-cc = ["@lcnr", "@compiler-errors"]
352
+cc = ["@rust-lang/initiative-trait-system-refactor"]
348
353
354
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
355
message = """
0 commit comments