cargo/tests
bors 531958b662 Auto merge of #9791 - nipunn1313:cargo_crash_alias_loop, r=alexcrichton
Teach cargo to failfast on recursive/corecursive aliases

Eg.
[alias]
test-1 = test-2
test-2 = test-3
test-3 = test-1

Previously it would stack overflow
Pulled out non controversial bits from from #9768
2021-08-16 15:01:11 +00:00
..
build-std Fix build-std updating the index on every build. 2021-04-22 17:18:26 -07:00
testsuite Auto merge of #9791 - nipunn1313:cargo_crash_alias_loop, r=alexcrichton 2021-08-16 15:01:11 +00:00
internal.rs Update clippy lint allow set. 2021-04-13 09:02:07 -07:00