Skip to content

Commit 7b488f4

Browse files
authored
Rollup merge of #111033 - Nadrieril:Nadrieril-triagebot, r=compiler-errors
Ping Nadrieril when changing exhaustiveness checking Hi! I don't know what the procedure is but I'd quite like to be pinged when people try to change the exhaustiveness code. It's a tricky piece of code and I'm the de facto expert on it; I'd like to be available to provide feedback to contributors who wish to change it. I occasionally look through the git history and open PRs but a triagebot ping would be much more convenient. The message says "might have" because `check_match.rs` contains a little bit of exhaustiveness logic and a lot of other match-related checks, so this ping will have false positives.
2 parents 124aad3 + f93f6c5 commit 7b488f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

triagebot.toml

+4
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@ cc = ["@lcnr", "@compiler-errors"]
367367
message = "Some changes occurred in diagnostic error codes"
368368
cc = ["@GuillaumeGomez"]
369369

370+
[mentions."compiler/rustc_mir_build/src/thir/pattern"]
371+
message = "Some changes might have occurred in exhaustiveness checking"
372+
cc = ["@Nadrieril"]
373+
370374
[mentions."library"]
371375
message = """
372376
Hey! It looks like you've submitted a new PR for the library teams!

0 commit comments

Comments
 (0)