mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #104303 - compiler-errors:ui-test-triagebot, r=Mark-Simulacrum
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.
This commit is contained in:
commit
feff57b3e8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user