-
Notifications
You must be signed in to change notification settings - Fork 925
cargo fmt
doesn't accept --manifest-path
#2817
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
Could you try passing |
Both fail:
|
Looks like pretty much every time https://github.com/rust-lang-nursery/rustfmt/blob/master/src/cargo-fmt/main.rs#L234 |
I'm having this same problem. |
It looks like clippy and run still support the --manifest-path argument.
I ran into this because the spacemacs rust layer relies on it. More specifically, cargo.el. |
I ran into this today when trying to integrate rust with a proprietary toolchain. I was finding it easier to not change my CWD and was instead explicitly passing
--manifest-path
butcargo fmt
doesn't accept it.The text was updated successfully, but these errors were encountered: