diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2023-01-11 14:18:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 14:18:59 +0900 |
| commit | a80498091307d8ed43f168579f1ae6aa8692bc86 (patch) | |
| tree | 15df3ac5fd47f5122bdbea20f4ed7d31ed0bd920 | |
| parent | 8248f1d50a32c7b8b764f5a56e9a487ddeb924f1 (diff) | |
| parent | 7c2d48bcc2ee4e357d16ddad6f9c8866cbb6dc0b (diff) | |
| download | rust-a80498091307d8ed43f168579f1ae6aa8692bc86.tar.gz rust-a80498091307d8ed43f168579f1ae6aa8692bc86.zip | |
Rollup merge of #106698 - compiler-errors:notify-mr-errs, r=Mark-Simulacrum
Add compiler-errors to some trait system notification groups I care about these areas of the compiler.
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 81763592246..bee0371d36e 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" |
