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.
This commit is contained in:
commit
a804980913
1 changed files with 2 additions and 2 deletions
|
@ -344,14 +344,14 @@ cc = ["@BoxyUwU"]
|
||||||
|
|
||||||
[mentions."compiler/rustc_trait_selection/src/solve/"]
|
[mentions."compiler/rustc_trait_selection/src/solve/"]
|
||||||
message = "Some changes occurred to the core trait solver"
|
message = "Some changes occurred to the core trait solver"
|
||||||
cc = ["@lcnr"]
|
cc = ["@lcnr", "@compiler-errors"]
|
||||||
|
|
||||||
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
|
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
|
||||||
message = """
|
message = """
|
||||||
Some changes occurred in engine.rs, potentially modifying the public API \
|
Some changes occurred in engine.rs, potentially modifying the public API \
|
||||||
of `ObligationCtxt`.
|
of `ObligationCtxt`.
|
||||||
"""
|
"""
|
||||||
cc = ["@lcnr"]
|
cc = ["@lcnr", "@compiler-errors"]
|
||||||
|
|
||||||
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
|
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
|
||||||
message = "Some changes occurred in diagnostic error codes"
|
message = "Some changes occurred in diagnostic error codes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue