cargo fix: after fixes were applied the compiler reported errors #71047
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-visibility
Area: Visibility / privacy
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code: jyn514/saltwater@16d8b2d
I expected to see this happen: Duplicate imports removed
Instead, this happened:
cargo fix
gave an internal error.Meta
rustc --version --verbose
:cargo --version -v
:cargo 1.44.0-nightly (8a0d4d9c9 2020-03-24)
Note the error also occurs with 1.42.0 stable.
Full output
The text was updated successfully, but these errors were encountered: