We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[package] name = "test" version = "0.0.0" authors = [] [dependencies.test] path = "." [[lib]] name = "test"
with src/test.rs:
src/test.rs
task '<main>' has overflowed its stack
(This fails with a nonrelative path too.)
The text was updated successfully, but these errors were encountered:
cec998f
Don't infinitely recurse on cyclic path deps
71e4252
Instead, keep a table of what we've visited and halt recursion whenever we re-visit a package. Closes rust-lang#77
Add test for preserving line endings
8aef421
Closes rust-lang#77
No branches or pull requests
with
src/test.rs
:(This fails with a nonrelative path too.)
The text was updated successfully, but these errors were encountered: