summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-06-28 08:14:42 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2022-06-28 08:14:42 -0400
commitd6b9c10e03014ed6a3091aa79c78ab1d183e86ed (patch)
treeb2d4b037dc7f071ea02b454bf5d9cc8972a163d2
parent64eb9ab869bc3f9ef3645302fbf22e706eea16cf (diff)
downloadrust-d6b9c10e03014ed6a3091aa79c78ab1d183e86ed.tar.gz
Fix mir-opt wg name
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 8aefb1f620b..100dfd613f0 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -244,7 +244,7 @@ cc = ["@rust-lang/miri"]
[mentions."compiler/rustc_mir_transform/src/"]
message = "Some changes occurred to MIR optimizations"
-cc = ["@rust-lang/mir-opt"]
+cc = ["@rust-lang/wg-mir-opt"]
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
message = "Some changes occurred in const_evaluatable.rs"