Re: [PATCH 15/17] scripts: add `generate_rust_analyzer.py`
From: Willy Tarreau <w@1wt.eu>
Date: 2021-07-05 05:05:37
Also in:
linux-doc, linux-kbuild, lkml
From: Willy Tarreau <w@1wt.eu>
Date: 2021-07-05 05:05:37
Also in:
linux-doc, linux-kbuild, lkml
On Sun, Jul 04, 2021 at 10:27:54PM +0200, ojeda@kernel.org wrote:
From: Miguel Ojeda <ojeda@kernel.org> The `generate_rust_analyzer.py` script generates the configuration file (`rust-project.json`) for rust-analyzer. rust-analyzer is a modular compiler frontend for the Rust language. It provides an LSP server which can be used in editors such as VS Code, Emacs or Vim.
You should probably add some doc about this, as I have no idea how I'm supposed to use this from my editor. Willy