Skip to content

Commit c71381f

Browse files
committed
triagebot: remove compiler-errors triagebot entries
Since they became alumni and don't want to receive pings anymore.
1 parent cc08b55 commit c71381f

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

triagebot.toml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -954,15 +954,15 @@ cc = ["@lcnr"]
954954

955955
[mentions."compiler/rustc_middle/src/ty/relate.rs"]
956956
message = "changes to the core type system"
957-
cc = ["@compiler-errors", "@lcnr"]
957+
cc = ["@lcnr"]
958958

959959
[mentions."compiler/rustc_infer/src/infer/relate"]
960960
message = "changes to the core type system"
961-
cc = ["@compiler-errors", "@lcnr"]
961+
cc = ["@lcnr"]
962962

963963
[mentions."compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs"]
964964
message = "changes to `inspect_obligations.rs`"
965-
cc = ["@compiler-errors", "@lcnr"]
965+
cc = ["@lcnr"]
966966

967967
[mentions."compiler/rustc_middle/src/mir/interpret"]
968968
message = "Some changes occurred to the CTFE / Miri interpreter"
@@ -974,7 +974,7 @@ cc = ["@rust-lang/wg-mir-opt"]
974974

975975
[mentions."compiler/rustc_trait_selection/src/traits/wf.rs"]
976976
message = "changes to the core type system"
977-
cc = ["@compiler-errors", "@lcnr"]
977+
cc = ["@lcnr"]
978978

979979
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
980980
message = "Some changes occurred in `const_evaluatable.rs`"
@@ -997,7 +997,7 @@ message = """
997997
Some changes occurred in engine.rs, potentially modifying the public API \
998998
of `ObligationCtxt`.
999999
"""
1000-
cc = ["@lcnr", "@compiler-errors"]
1000+
cc = ["@lcnr"]
10011001

10021002
[mentions."compiler/rustc_hir_analysis/src/hir_ty_lowering"]
10031003
message = "HIR ty lowering was modified"
@@ -1146,7 +1146,7 @@ cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@vakaras"]
11461146

11471147
[mentions."compiler/rustc_error_messages"]
11481148
message = "`rustc_error_messages` was changed"
1149-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1149+
cc = ["@davidtwco", "@TaKO8Ki"]
11501150

11511151
[mentions."compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs"]
11521152
message = "`rustc_errors::annotate_snippet_emitter_writer` was changed"
@@ -1158,11 +1158,11 @@ cc = ["@Muscraft"]
11581158

11591159
[mentions."compiler/rustc_errors/src/translation.rs"]
11601160
message = "`rustc_errors::translation` was changed"
1161-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1161+
cc = ["@davidtwco", "@TaKO8Ki"]
11621162

11631163
[mentions."compiler/rustc_macros/src/diagnostics"]
11641164
message = "`rustc_macros::diagnostics` was changed"
1165-
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
1165+
cc = ["@davidtwco", "@TaKO8Ki"]
11661166

11671167
[mentions."compiler/rustc_public"]
11681168
message = "This PR changes rustc_public"
@@ -1427,7 +1427,6 @@ compiler_leads = [
14271427
compiler = [
14281428
"@BoxyUwU",
14291429
"@chenyukang",
1430-
"@compiler-errors",
14311430
"@davidtwco",
14321431
"@eholk",
14331432
"@fee1-dead",
@@ -1486,13 +1485,11 @@ incremental = [
14861485
"@wesleywiser",
14871486
]
14881487
diagnostics = [
1489-
"@compiler-errors",
14901488
"@davidtwco",
14911489
"@oli-obk",
14921490
"@chenyukang",
14931491
]
14941492
parser = [
1495-
"@compiler-errors",
14961493
"@davidtwco",
14971494
"@nnethercote",
14981495
"@petrochenkov",
@@ -1518,7 +1515,6 @@ mir-opt = [
15181515
"@saethlin",
15191516
]
15201517
types = [
1521-
"@compiler-errors",
15221518
"@jackh726",
15231519
"@lcnr",
15241520
"@oli-obk",
@@ -1530,7 +1526,6 @@ borrowck = [
15301526
"@matthewjasper"
15311527
]
15321528
ast_lowering = [
1533-
"@compiler-errors",
15341529
"@spastorino",
15351530
]
15361531
debuginfo = [
@@ -1545,7 +1540,6 @@ style-team = [
15451540
"@traviscross",
15461541
]
15471542
project-const-traits = [
1548-
"@compiler-errors",
15491543
"@fee1-dead",
15501544
"@fmease",
15511545
"@oli-obk",
@@ -1639,7 +1633,7 @@ dep-bumps = [
16391633
"/tests/rustdoc-ui" = ["rustdoc"]
16401634
"/tests/ui" = ["compiler"]
16411635
"/src/tools/cargo" = ["@ehuss"]
1642-
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors", "@jieyouxu"]
1636+
"/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@jieyouxu"]
16431637
"/src/tools/linkchecker" = ["@ehuss"]
16441638
"/src/tools/opt-dist" = ["@kobzol"]
16451639
"/src/tools/run-make-support" = ["@jieyouxu"]

0 commit comments

Comments
 (0)