cargo fix : failed to automatically apply fixes suggested by rustc to crate cpclib
#6483
Labels
C-bug
Category: bug
cpclib
#6483
Problem
The command
cargo fix
applied on the project hosted there https://github.com/cpcsdk/rust.cpclib fails: return code is 0, but no fix has been applied. The full content is at the end of the message. There are tons of things to fix in this project, so the real issue may be deeply hidden. If you guide me, I can provide more specific information.cargo build --all-features
builds properly the project.Steps
cargo fix
Notes
Output of
cargo version
: cargo 1.33.0-nightly (2cf1f5d 2018-12-11)Os: ubuntu 18.10
Toolchain: nightly-x86_64-unknown-linux-gnu (default), rustc 1.33.0-nightly (2d3e909e4 2018-12-22)
The text was updated successfully, but these errors were encountered: