From d6b9c10e03014ed6a3091aa79c78ab1d183e86ed Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 28 Jun 2022 08:14:42 -0400 Subject: [PATCH] Fix mir-opt wg name --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 8aefb1f620b3d..100dfd613f0cb 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"