-
Notifications
You must be signed in to change notification settings - Fork 926
cargo fmt no longer accepts --write-mode overwrite after -- #2543
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
Can reproduce outside of the playground:
|
cargo fmt
no longer accepts --write-mode overwrite after --
cargo fmt
no longer accepts --write-mode overwrite after --
It appears that |
shepmaster
added a commit
to rust-lang/rust-playground
that referenced
this issue
Mar 20, 2018
Works around rust-lang/rustfmt#2543
This is rust-lang/cargo#5208 |
So this should be fixed now? (Or at least when the Cargo change hits nightly). Please comment if not. |
nrc
added a commit
that referenced
this issue
Jul 18, 2018
zzeroo
added a commit
to zzeroo/atom-rustfmt
that referenced
this issue
Jan 10, 2019
rustfmt doesn't accept the parameter `--write-mode` anymore. See rust-lang/rustfmt#2543 for explanation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo fmt -- --write-mode overwrite
This is preventing rustfmt from working in the Playground.
The text was updated successfully, but these errors were encountered: