Skip to content

Commit

Permalink
Rollup merge of #104303 - compiler-errors:ui-test-triagebot, r=Mark-S…
Browse files Browse the repository at this point in the history
…imulacrum

UI tests can be assigned to T-compiler

It's my understanding that while not *all* `src/test/ui` tests are compiler-related, the bulk of them are, so I think it makes sense for this to go to the compiler triagebot category (T-compiler and T-compiler-contributors) instead of fallback, which consists of just `@Mark-Simulacrum.` Though if anyone diagrees, feel free to close this PR.
  • Loading branch information
Dylan-DPC authored Nov 12, 2022
2 parents 5090940 + 7e86b84 commit feff57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ fallback = [
"/src/llvm-project" = ["@cuviper"]
"/src/rustdoc-json-types" = ["rustdoc"]
"/src/stage0.json" = ["bootstrap"]
"/src/test/ui" = ["compiler"]
"/src/tools/cargo" = ["@ehuss", "@joshtriplett"]
"/src/tools/compiletest" = ["bootstrap"]
"/src/tools/linkchecker" = ["@ehuss"]
Expand Down

0 comments on commit feff57b

Please sign in to comment.