flycheck-rust icon indicating copy to clipboard operation
flycheck-rust copied to clipboard

Better Rust/Cargo support for Flycheck

Results 4 flycheck-rust issues
Sort by recently updated
recently updated
newest added

`json-read` from json.el can return a non-alist value when `json-object-type` is set to a value distinct from `'alist`. Since the `let-alist` macro expects to receive an alist, `flycheck-rust-get-cargo-targets` will raise...

Hi I am using doom emacs and my configuration is simple `(rust +lsp) in init.el` `(use-package! rustic)` that is it, But i got an error `Error in rustic-flycheck-setup: (user-error "flycheck-rust...

Because cargo clippy is not included in my distribution’s outdated packages, I decided to install the rust suite via rustup. Everything about using rust work fine, including clippy, but now...

Hello, flycheck-rust is a great work, Thank you! `rustfmt`/`cargo fmt` is a cheap operation to check current rust file is format valid or not. It's cheaper than `cargo check`/`cargo clippy`,...