mirror of https://github.com/rust-lang/rust.git
notify lcnr on changes to `ObligationCtxt`
This commit is contained in:
parent
3f2b2eee8f
commit
68d953014e
|
@ -334,6 +334,13 @@ cc = ["@rust-lang/wg-mir-opt"]
|
|||
message = "Some changes occurred in const_evaluatable.rs"
|
||||
cc = ["@lcnr"]
|
||||
|
||||
[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"]
|
||||
|
||||
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
|
||||
message = "Some changes occurred in diagnostic error codes"
|
||||
cc = ["@GuillaumeGomez"]
|
||||
|
|
Loading…
Reference in New Issue