diff options
| author | Celina G. Val <celinval@amazon.com> | 2023-03-08 12:37:18 -0800 |
|---|---|---|
| committer | Celina G. Val <celinval@amazon.com> | 2023-03-08 12:37:18 -0800 |
| commit | d326ae7b8500d8c9d71fa4fc84cb2c2f336072e2 (patch) | |
| tree | 18758de319ded092f341fd6b435670d000524d9b | |
| parent | 7c306f6dcd600b1fcc74439c780e8ebef338d84c (diff) | |
| download | rust-d326ae7b8500d8c9d71fa4fc84cb2c2f336072e2.tar.gz rust-d326ae7b8500d8c9d71fa4fc84cb2c2f336072e2.zip | |
Add auto notification for changes to stable mir
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 403a7087ee1..f8752fdcaca 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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**. |
