diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-24 23:01:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 23:01:12 +0200 |
| commit | ee54e293335c8ee1bf94359c892d24168a0f2b19 (patch) | |
| tree | dfdf60960f20c95eb1166e3028a2924bb90c207d | |
| parent | f1eef384bba4090c7f2c9a6482dccad6dcf4e160 (diff) | |
| parent | c97ed58c381e1d2455b64672e1afef0c1caf34e9 (diff) | |
| download | rust-ee54e293335c8ee1bf94359c892d24168a0f2b19.tar.gz rust-ee54e293335c8ee1bf94359c892d24168a0f2b19.zip | |
Rollup merge of #125519 - lcnr:tag-next-solver, r=compiler-errors
tag more stuff with `WG-trait-system-refactor` r? `@compiler-errors`
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 95fa3befe60..7c58402b737 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -389,8 +389,11 @@ exclude_labels = [ [autolabel."WG-trait-system-refactor"] trigger_files = [ + "compiler/rustc_middle/src/traits/solve", + "compiler/rustc_next_trait_solver", "compiler/rustc_trait_selection/src/solve", - "compiler/rustc_middle/src/traits/solve" + "compiler/rustc_type_ir/src/solve", + "tests/ui/traits/next-solver", ] [autolabel."PG-exploit-mitigations"] |
