Skip to content

Commit

Permalink
Rollup merge of rust-lang#108922 - celinval:stable-mir-bot, r=oli-obk
Browse files Browse the repository at this point in the history
Add auto notification for changes to stable mir

Adds a new entry to the triagebot configuration file to notify subscribers about changes to the stable MIR. I added myself and `@oli-obk` for now.

r?oli-obk
  • Loading branch information
matthiaskrgr authored Mar 9, 2023
2 parents 972ea7f + d326ae7 commit ceff836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]
message = "`rustc_macros::diagnostics` was changed"
cc = ["@davidtwco", "@compiler-errors", "@JohnTitor", "@TaKO8Ki"]

[mentions."compiler/rustc_smir"]
message = "This PR changes Stable MIR"
cc = ["@oli-obk", "@celinval"]

[mentions."compiler/rustc_target/src/spec"]
message = """
These commits modify **compiler targets**.
Expand Down

0 comments on commit ceff836

Please sign in to comment.