ale/ale_linters/rust
Felix Maurer 80dcd648d3
rust-analyzer for non-Cargo projects (#4118)
* rust-analyzer in non-cargo projects

rust-analyzer can also be used in non-cargo projects. This requires a
rust-project.json file in the project root [1].

Make the rust-analyzer linter search for a rust-project.json file if no
Cargo.toml file could be found.

[1]: https://rust-analyzer.github.io/manual.html#non-cargo-based-projects

* Document rust-analyzer without cargo

* Test rust-analyzer with non-cargo projects

Change the other rust tests to match the new directory structure of the
test files.
2022-03-23 10:56:29 +09:00
..
analyzer.vim rust-analyzer for non-Cargo projects (#4118) 2022-03-23 10:56:29 +09:00
cargo.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
cspell.vim Add cspell Linter (#3981) 2021-11-19 07:41:05 +09:00
rls.vim change default value of ale_rust_rls_toolchain and update documentation 2019-04-11 23:05:59 +08:00
rustc.vim Fix 4086 - use stable command options for rustc (#4087) 2022-02-20 00:01:06 +09:00