Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee54e29

Browse files
authoredMay 24, 2024
Rollup merge of rust-lang#125519 - lcnr:tag-next-solver, r=compiler-errors
tag more stuff with `WG-trait-system-refactor` r? `@compiler-errors`
2 parents f1eef38 + c97ed58 commit ee54e29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎triagebot.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,11 @@ exclude_labels = [
389389

390390
[autolabel."WG-trait-system-refactor"]
391391
trigger_files = [
392+
"compiler/rustc_middle/src/traits/solve",
393+
"compiler/rustc_next_trait_solver",
392394
"compiler/rustc_trait_selection/src/solve",
393-
"compiler/rustc_middle/src/traits/solve"
395+
"compiler/rustc_type_ir/src/solve",
396+
"tests/ui/traits/next-solver",
394397
]
395398

396399
[autolabel."PG-exploit-mitigations"]

0 commit comments

Comments
 (0)
Failed to load comments.