diff options
| author | waffle <waffle.lapkin@gmail.com> | 2025-03-06 17:16:00 +0100 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-03-06 19:21:56 +0100 |
| commit | 5143638e5150b51038009f95d64e541dc6ecac5f (patch) | |
| tree | f2fe59cfdfa3fee7fbe036e8d93b029bea613df4 | |
| parent | 30f168ef811aec63124eac677e14699baa9395bd (diff) | |
| download | rust-5143638e5150b51038009f95d64e541dc6ecac5f.tar.gz rust-5143638e5150b51038009f95d64e541dc6ecac5f.zip | |
Mention me (WaffleLapkin) when changes to `rustc_codegen_ssa` occur
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index ff789e6e362..3ae93e31814 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -701,6 +701,9 @@ cc = ["@davidtwco", "@wesleywiser"] [mentions."compiler/rustc_codegen_cranelift"] cc = ["@bjorn3"] +[mentions."compiler/rustc_codegen_ssa"] +cc = ["@WaffleLapkin"] + [mentions."compiler/rustc_codegen_gcc"] cc = ["@antoyo", "@GuillaumeGomez"] |
