You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an invalid bin name a for cargo-fixit gives the incorrect suggestion to used --broken-code
$ cargo fix --bin a
error: no bin target named `a`in default-run packages
help: available bin targets:
typos
$ cargo fixit --bin a
note: try using `--broken-code` to fix errors
error: could not compile
Affecting the flags which are directly passed onto cargo check