Skip to content

Commit ac619c0

Browse files
authored
Rollup merge of rust-lang#121191 - Nadrieril:ping, r=compiler-errors
Add myself to review rotation (and a rustbot ping) I've still got a ~month of unemployment ( 🤞 ), so I'll put some of that time into reviewing. Unrelatedly, I've now poked enough at match lowering that I want to follow what happens to it, so I added a rustbot ping.
2 parents f3d9abc + 6c7827c commit ac619c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

triagebot.toml

+7-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"]
@@ -659,6 +663,7 @@ compiler-team = [
659663
]
660664
compiler-team-contributors = [
661665
"@TaKO8Ki",
666+
"@Nadrieril",
662667
"@nnethercote",
663668
"@fmease",
664669
]

0 commit comments

Comments
 (0)