From 9a645c1c5a3a30d48f5addc1e4d73d9144ac8356 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 11 Aug 2022 15:28:25 -0700 Subject: rust: Generate a rust-project.json file when rust targets are present When at least one Rust target is present, we now generate a rust-project.json file, which can be consumed by rust-analyzer. This is placed in the build directory, and the editor must be configured to look for this (as it is not a default search path). --- docs/markdown/Rust.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/markdown/Rust.md') diff --git a/docs/markdown/Rust.md b/docs/markdown/Rust.md index 97a98dc90..b7e36e3c7 100644 --- a/docs/markdown/Rust.md +++ b/docs/markdown/Rust.md @@ -54,3 +54,14 @@ executable( ) ) ``` + +## Use with rust-analyzer + +*Since 0.64.0.* + +Meson will generate a `rust-project.json` file in the root of the build +directory if there are any rust targets in the project. Most IDEs will need to +be configured to use the file as it's not in the source root (Meson does not +write files into the source directory). [See the upstream +docs](https://rust-analyzer.github.io/manual.html#non-cargo-based-projects) for +more information on how to configure that. -- cgit v1.2.3