flycheck / flycheck-rust

Better Rust/Cargo support for Flycheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this library is still necessory for check rust buffer when use with flycheck ?

zw963 opened this issue · comments

Thank you, i guess we don't need this anymore, right?

I still need flycheck-rust to make flycheck plays well with Cargo project.
without flycheck-rust, I will got this error:

Suspicious state from syntax checker rust-cargo: Flycheck checker rust-cargo returned 101, but its output contained no errors: error: no library targets found in package `rustprj`

Try installing a more recent version of rust-cargo, and please open a bug report if the issue persists in the latest release.  Thanks!
➜  rustprj git:(master) ✗ rustup show
Default host: x86_64-apple-darwin

nightly-x86_64-apple-darwin (default)
rustc 1.60.0-nightly (5d8767cb2 2022-02-12)

Thanks