On 2025-02-22 17:29, Kabelo M'sobomvu Moiloa wrote:
> This solves the issue in the sense that after wrapping rust-analyzer
> appropriately according to the attached rust-analyzer launch script
> [2] -- this is necessary as without rust-analyzer-proc-macro-srv is not
> supposed to be launched by pr
Alright, some progress. The problem with completion for std is
really that RUST_SRC_PATH the checksums in Cargo.lock for lib.rs have
unexpected values. If I go:
guix time-machine --branch=rust-team -- shell rust-analyzer -- which
rust-analyzer
and open that file, I can find out the location of
On Tue, Feb 04, 2025 at 08:58:42AM +, woshilapin wrote:
> > Dear Efraim, thank you for wrestling with the monumentous complexity of
> > the rust toolchain in order to package the rust tools for guix: I would
> > not be able to learn this language with your efforts. However, I can't
> > get comp
> Dear Efraim, thank you for wrestling with the monumentous complexity of
> the rust toolchain in order to package the rust tools for guix: I would
> not be able to learn this language with your efforts. However, I can't
> get completion for Rust's standard library std after installing the
> packag
Dear Efraim, thank you for wrestling with the monumentous complexity of
the rust toolchain in order to package the rust tools for guix: I would
not be able to learn this language with your efforts. However, I can't
get completion for Rust's standard library std after installing the
packages given