diff options
| author | Michael Goulet <michael@errs.io> | 2022-11-11 22:16:14 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-11-11 22:16:25 +0000 |
| commit | 7e86b846bfbf9587e50b87c4f6a0950adbccb9a0 (patch) | |
| tree | ed47a2d1a66b6efb62990c6edf5592292d91330d | |
| parent | 742d3f02c243964e5b868d90afd60c2907be5853 (diff) | |
| download | rust-7e86b846bfbf9587e50b87c4f6a0950adbccb9a0.tar.gz rust-7e86b846bfbf9587e50b87c4f6a0950adbccb9a0.zip | |
UI tests can be assigned to T-compiler
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index d3f9efcc41c..8efd9af41a4 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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"] |
