fish-shell/fish-rust
Victor Song 06547aef54 Detect rust-analyzer in build script to enable autocxx completions
Currently the `autocxx` generated code does not produce any code intelligence
because `rust-analyzer` can't find the generated code since it's not in the
workspace. Here, we detect `rust-analyzer` by checking for a `RUSTC_WRAPPER`
environment variable containing `rust-analyzer` and changing (or avoid changing)
the output directory accordingly.

Closes #9654.
2023-03-12 21:31:28 -05:00
..
src Switch signals from usize to i32 2023-03-12 17:08:35 -07:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Detect rust-analyzer in build script to enable autocxx completions 2023-03-12 21:31:28 -05:00
Cargo.lock builtins: Rewrite pwd in Rust 2023-03-12 15:18:15 -05:00
Cargo.toml builtins: Rewrite pwd in Rust 2023-03-12 15:18:15 -05:00