mirror of
https://github.com/rust-lang/cargo
synced 2024-10-29 04:24:18 +00:00
![]() 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 |
||
---|---|---|
.. | ||
build-std | ||
testsuite | ||
internal.rs |