Skip to content

Commit

Permalink
Rollup merge of #106698 - compiler-errors:notify-mr-errs, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

Add compiler-errors to some trait system notification groups

I care about these areas of the compiler.
  • Loading branch information
Yuki Okushi authored Jan 11, 2023
2 parents 8248f1d + 7c2d48b commit a804980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a804980

Please sign in to comment.