about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-04-23 00:43:08 +0000
committerGitHub <noreply@github.com>2025-04-23 00:43:08 +0000
commit45b5d8bb5a49a16b7a1d61b610f7142ea694aa9c (patch)
treef7b8105aab8ff97bbe8e3ab574e5159702fe850f
parented4e167c4a127c4d44a2b434cd479ff8702e2a52 (diff)
parent634baf4a460c876fcf27f4ded2b79d3a98140146 (diff)
downloadrust-45b5d8bb5a49a16b7a1d61b610f7142ea694aa9c.tar.gz
rust-45b5d8bb5a49a16b7a1d61b610f7142ea694aa9c.zip
Rollup merge of #140173 - m-ou-se:triagebot-config, r=ChrisDenton
Ping Mara when touching format_args!() internals.
-rw-r--r--triagebot.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 0f17d022fbb..189223f2feb 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1120,6 +1120,11 @@ cc = ["@ZuseZ4"]
 [mentions."compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs"]
 cc = ["@ZuseZ4"]
 
+[mentions."library/core/src/fmt/rt.rs"]
+cc = ["@m-ou-se"]
+[mentions."compiler/rustc_ast_lowering/src/format.rs"]
+cc = ["@m-ou-se"]
+
 [assign]
 warn_non_default_branch.enable = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"