diff options
| -rw-r--r-- | triagebot.toml | 5 |
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" |
