rustic icon indicating copy to clipboard operation
rustic copied to clipboard

Support goto-error like 'compile' for 'clippy'

Open roife opened this issue 2 years ago • 1 comments

Currently, rustic only supports goto-error in rustic-compilation-mode.

image

However, the output format of Clippy is the same as rustc. Thus, the parser in rustic-compile-goto-error-hook can be reused for rustic-cargo-clippy-mode

roife avatar Dec 05 '23 05:12 roife

Oh I find it is better to use derived-mode-p, so rustfmt and cargo check will also benefit from it.

roife avatar Dec 09 '23 11:12 roife