Skip to content

Commit 5d05cf8

Browse files
authored
Rollup merge of #104882 - lcnr:notify-ocx, r=Mark-Simulacrum
notify lcnr on changes to `ObligationCtxt` Right now the `ObligationCtxt` has an API which should prevent leaking any important details of the trait solver. This allows us to freely use it without having to worry about causing issues for the [trait solver rewrite](https://github.com/orgs/rust-lang/projects/26/views/1). I would like to keep it this way ^^
2 parents 7ce937f + 68d9530 commit 5d05cf8

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)