You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: requires attribute accepts string literals for cmds (#14875)
### What does this PR try to resolve?
The new syntax is key-value pair like `requires = "rustfmt"`,
comparing to the previous `requires_<cmd>`.
This enables `cargo_test` to require that the CLI contains
non-alphabetic names, such as `llvm-profdata`.
### How should we test and review this PR?
CI passes
### Additional information
This is a request from
<#14859 (comment)>,
but I found it a bit tricky so split off this change first.
0 commit comments