diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-11 00:32:52 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-01-11 00:32:52 +0000 |
| commit | 7c2d48bcc2ee4e357d16ddad6f9c8866cbb6dc0b (patch) | |
| tree | e7f3ee3ad7ee0f343314155102ef4e93ff90fa05 | |
| parent | 0442fbabe24ec43636a80ad1f40a0ad92a2e38df (diff) | |
| download | rust-7c2d48bcc2ee4e357d16ddad6f9c8866cbb6dc0b.tar.gz rust-7c2d48bcc2ee4e357d16ddad6f9c8866cbb6dc0b.zip | |
Add compiler-errors to some trait system notification groups
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 58108dac496..fd5250ec7e7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -344,14 +344,14 @@ cc = ["@BoxyUwU"] [mentions."compiler/rustc_trait_selection/src/solve/"] message = "Some changes occurred to the core trait solver" -cc = ["@lcnr"] +cc = ["@lcnr", "@compiler-errors"] [mentions."compiler/rustc_trait_selection/src/traits/engine.rs"] message = """ Some changes occurred in engine.rs, potentially modifying the public API \ of `ObligationCtxt`. """ -cc = ["@lcnr"] +cc = ["@lcnr", "@compiler-errors"] [mentions."compiler/rustc_error_codes/src/error_codes.rs"] message = "Some changes occurred in diagnostic error codes" |
