Skip to content

Commit 7c2d48b

Browse files
Add compiler-errors to some trait system notification groups
1 parent 0442fba commit 7c2d48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,14 @@ cc = ["@BoxyUwU"]
344344

345345
[mentions."compiler/rustc_trait_selection/src/solve/"]
346346
message = "Some changes occurred to the core trait solver"
347-
cc = ["@lcnr"]
347+
cc = ["@lcnr", "@compiler-errors"]
348348

349349
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
350350
message = """
351351
Some changes occurred in engine.rs, potentially modifying the public API \
352352
of `ObligationCtxt`.
353353
"""
354-
cc = ["@lcnr"]
354+
cc = ["@lcnr", "@compiler-errors"]
355355

356356
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
357357
message = "Some changes occurred in diagnostic error codes"

0 commit comments

Comments
 (0)