-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cargo fmt no longer supports --manifest-path #6024
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
Comments
Specifically:
See how |
I don't think this is a cargo issue. rustfmt ships the cargo-fmt command. It needs to be updated as described in the linked rustfmt issue. |
Yeah, seems like the issue is in cargo-fmt in rustfmt. Do you mean updated as in to use the package option? I don't think that applies here. |
Cool, thanks for the tips. I'm trying to put together my first patch for a rust project. :) rust-lang/rustfmt@master...nate:accept-manifest-path |
Nice! |
Uh oh!
There was an error while loading. Please reload this page.
It seems like
cargo fmt
ought to support--manifest-path
but it seems to be broken from what I can tell: rust-lang/rustfmt#2817This is using
cargo 1.29.0 (524a578d7 2018-08-05)
andrustfmt 0.99.1-stable (da17b689 2018-08-04)
.The text was updated successfully, but these errors were encountered: