about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-06 15:55:47 +0200
committerGitHub <noreply@github.com>2025-08-06 15:55:47 +0200
commit07e86341a56f15e2bff9070b411b0ed04a718b07 (patch)
treedd3d88f0c3249aa5b580fe875e53a5083cf68e3f
parentd54fb8364d605eda7b486cf4b2ccf9f8be49d8c6 (diff)
parentdf61951a19927e10037d13f502b844102026a9d9 (diff)
downloadrust-07e86341a56f15e2bff9070b411b0ed04a718b07.tar.gz
rust-07e86341a56f15e2bff9070b411b0ed04a718b07.zip
Rollup merge of #144945 - WaffleLapkin:autolabeletc, r=WaffleLapkin
Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`

mrrrow~
-rw-r--r--triagebot.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index fefff78d64e..e8c15bb9bfd 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -287,6 +287,11 @@ trigger_files = [
     "compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs",
 ]
 
+[autolabel."F-explicit_tail_calls"]
+trigger_files = [
+    "tests/ui/explicit-tail-calls",
+]
+
 [autolabel."T-rustdoc-frontend"]
 trigger_labels = [
     "A-rustdoc-search",