diff options
| author | lcnr <rust@lcnr.de> | 2024-05-24 20:27:47 +0000 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-05-24 20:27:47 +0000 |
| commit | c97ed58c381e1d2455b64672e1afef0c1caf34e9 (patch) | |
| tree | d0708b2592229122651987e76d4c7adfb2842bde | |
| parent | 9e297bf54d31eb3b30067208ff9af4416945a2ed (diff) | |
| download | rust-c97ed58c381e1d2455b64672e1afef0c1caf34e9.tar.gz rust-c97ed58c381e1d2455b64672e1afef0c1caf34e9.zip | |
tag more stuff with `WG-trait-system-refactor`
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 2e45b257f81..8b6d5f7ef7a 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"] |
