Add compiler-errors to a few more triagebot groups

This commit is contained in:
Michael Goulet 2023-02-16 22:52:41 +00:00
parent 9a7cc6c32f
commit 09359d2aa5

View file

@ -538,6 +538,7 @@ diagnostics = [
"@TaKO8Ki", "@TaKO8Ki",
] ]
parser = [ parser = [
"@compiler-errors",
"@davidtwco", "@davidtwco",
"@nnethercote", "@nnethercote",
"@petrochenkov", "@petrochenkov",
@ -567,6 +568,7 @@ borrowck = [
"@pnkfelix", "@pnkfelix",
] ]
ast_lowering = [ ast_lowering = [
"@compiler-errors",
"@spastorino", "@spastorino",
] ]
fallback = [ fallback = [
@ -630,7 +632,7 @@ style-team = [
"/src/stage0.json" = ["bootstrap"] "/src/stage0.json" = ["bootstrap"]
"/tests/ui" = ["compiler"] "/tests/ui" = ["compiler"]
"/src/tools/cargo" = ["@ehuss", "@joshtriplett"] "/src/tools/cargo" = ["@ehuss", "@joshtriplett"]
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk"] "/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors"]
"/src/tools/linkchecker" = ["@ehuss"] "/src/tools/linkchecker" = ["@ehuss"]
"/src/tools/rust-installer" = ["bootstrap"] "/src/tools/rust-installer" = ["bootstrap"]
"/src/tools/rustbook" = ["@ehuss"] "/src/tools/rustbook" = ["@ehuss"]