Skip to content

Commit 68d9530

Browse files
committed
notify lcnr on changes to ObligationCtxt
1 parent 3f2b2ee commit 68d9530

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

+7
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@ cc = ["@rust-lang/wg-mir-opt"]
334334
message = "Some changes occurred in const_evaluatable.rs"
335335
cc = ["@lcnr"]
336336

337+
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
338+
message = """
339+
Some changes occurred in engine.rs, potentially modifying the public API \
340+
of `ObligationCtxt`.
341+
"""
342+
cc = ["@lcnr"]
343+
337344
[mentions."compiler/rustc_error_codes/src/error_codes.rs"]
338345
message = "Some changes occurred in diagnostic error codes"
339346
cc = ["@GuillaumeGomez"]

0 commit comments

Comments
 (0)