Skip to content

Commit

Permalink
Unrolled build for rust-lang#121191
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer committed Feb 17, 2024
2 parents dfdbe30 + 6c7827c commit e0e6ac4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -659,6 +663,7 @@ compiler-team = [
]
compiler-team-contributors = [
"@TaKO8Ki",
"@Nadrieril",
"@nnethercote",
"@fmease",
]
Expand Down

0 comments on commit e0e6ac4

Please sign in to comment.