Skip to content

Commit

Permalink
Let rustbot ping me on changes to match lowering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Feb 16, 2024
1 parent a84bb95 commit 4b732c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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

0 comments on commit 4b732c9

Please sign in to comment.