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
saethlin
added
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Jun 25, 2024
I tried this code:
I expected to see this happen: When I run
cargo test
, it uses./run_test.sh
as the runner, and when I runcargo run
, it uses./run.sh
Instead, this happened: It always uses
./run.sh
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: