From ff73b8ac2b6d67bb8ec24690d748d179d53745cd Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 25 Apr 2026 10:10:45 +0200 Subject: [PATCH] triagebot.toml: Ping Enselic when tests/debuginfo/basic-stepping.rs changes The test `tests/debuginfo/basic-stepping.rs` has a history of regressing for subtle reasons, and has non-obvious expectations. So I'd like to keep an extra eye on it. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index b0bf55a9248f..dee80752930b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1345,6 +1345,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] [mentions."tests/codegen-llvm/stack-protector.rs"] cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"] +[mentions."tests/debuginfo/basic-stepping.rs"] +cc = ["@Enselic"] + [mentions."tests/ui/sanitizer"] cc = ["@rcvalle"]