-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add a default template for Cargo.toml #5782
New issue
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
Conversation
Looks like cargo traverses the filesystem & fails if it runs into a Cargo.toml that doesn't declare a target. I couldn't find a nice way to re-engineer the test to avoid this issue. So I'll leave that as someone else's exercise.
@bors: r+ Awesome, thanks so much! |
📌 Commit 081e793 has been approved by |
⌛ Testing commit 081e793 with merge 25f33c2a01af74d2e4546ad16b714079678e4fa9... |
💔 Test failed - status-travis |
I think(?) the test failure is spurious as I don't even touch |
I think the error is the same as #5482. I think that |
@bors retry |
Add a default template for Cargo.toml Fixes #5743 r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
Fixes #5743
r? @alexcrichton