Notify fmease on changes to HIR ty lowering

This commit is contained in:
León Orell Valerian Liehr 2024-03-14 15:07:34 +01:00
parent 72472c831c
commit 5e73a8b2f1
No known key found for this signature in database
GPG Key ID: D17A07215F68E713

View File

@ -499,6 +499,10 @@ of `ObligationCtxt`.
"""
cc = ["@lcnr", "@compiler-errors"]
[mentions."compiler/rustc_hir_analysis/src/hir_ty_lowering"]
message = "HIR ty lowering was modified"
cc = ["@fmease"]
[mentions."compiler/rustc_error_codes/src/lib.rs"]
message = "Some changes occurred in diagnostic error codes"
cc = ["@GuillaumeGomez"]