Skip to content

Commit 4b732c9

Browse files
committed
Let rustbot ping me on changes to match lowering
1 parent a84bb95 commit 4b732c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

triagebot.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,16 @@ cc = ["@lcnr", "@compiler-errors"]
480480
message = "Some changes occurred in diagnostic error codes"
481481
cc = ["@GuillaumeGomez"]
482482

483+
[mentions."compiler/rustc_mir_build/src/build/matches"]
484+
message = "Some changes occurred in match lowering"
485+
cc = ["@Nadrieril"]
486+
483487
[mentions."compiler/rustc_mir_build/src/thir/pattern"]
484-
message = "Some changes might have occurred in exhaustiveness checking"
488+
message = "Some changes occurred in match checking"
485489
cc = ["@Nadrieril"]
486490

487491
[mentions."compiler/rustc_pattern_analysis"]
488-
message = "Some changes might have occurred in exhaustiveness checking"
492+
message = "Some changes occurred in exhaustiveness checking"
489493
cc = ["@Nadrieril"]
490494

491495
[mentions."library/core/src/intrinsics/simd.rs"]

0 commit comments

Comments
 (0)