Rollup merge of #144945 - WaffleLapkin:autolabeletc, r=WaffleLapkin

Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`

mrrrow~
This commit is contained in:
Jakub Beránek 2025-08-06 15:55:47 +02:00 committed by GitHub
commit 07e86341a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",