Rollup merge of #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.
This commit is contained in:
Guillaume Boisseau 2024-02-17 11:23:08 +01:00 committed by GitHub
commit ac619c05da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -480,12 +480,16 @@ cc = ["@lcnr", "@compiler-errors"]
message = "Some changes occurred in diagnostic error codes"
cc = ["@GuillaumeGomez"]
[mentions."compiler/rustc_mir_build/src/build/matches"]
message = "Some changes occurred in match lowering"
cc = ["@Nadrieril"]
[mentions."compiler/rustc_mir_build/src/thir/pattern"]
message = "Some changes might have occurred in exhaustiveness checking"
message = "Some changes occurred in match checking"
cc = ["@Nadrieril"]
[mentions."compiler/rustc_pattern_analysis"]
message = "Some changes might have occurred in exhaustiveness checking"
message = "Some changes occurred in exhaustiveness checking"
cc = ["@Nadrieril"]
[mentions."library/core/src/intrinsics/simd.rs"]
@ -659,6 +663,7 @@ compiler-team = [
]
compiler-team-contributors = [
"@TaKO8Ki",
"@Nadrieril",
"@nnethercote",
"@fmease",
]