Re: Rust-analyzer completion for std does not work.

2025-02-22 Thread Kabelo M'sobomvu Moiloa
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

Re: Rust-analyzer completion for std does not work.

2025-02-22 Thread Kabelo M'sobomvu Moiloa
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

Re: Rust-analyzer completion for std does not work.

2025-02-16 Thread Efraim Flashner
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

Re: Rust-analyzer completion for std does not work.

2025-02-04 Thread woshilapin
> 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

Rust-analyzer completion for std does not work.

2025-01-29 Thread Kabelo M'sobomvu Moiloa
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