You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New install of racer, failing to work as intended. Is this an export RUST_SRC_PATH=blah in .zshrc type fix?
after on command line: racer complete std::io::B
racer-debug returns:
$ cd /home/thor/r/imp/
$ export CARGO_HOME=/home/thor/.cargo
$ export RUST_SRC_PATH=/home/thor/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src
$ /home/thor/.cargo/bin/racer complete 3 0 /home/thor/r/imp/src/main.rs /tmp/racerpJLTIq
This command terminated with exit code 1.
stdout:
Unable to find libstd under RUST_SRC_PATH. N.B. RUST_SRC_PATH variable needs to point to the *src* directory inside a rust checkout e.g. "/home/foouser/src/rust/src". Current value ""/home/thor/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd""
Process *async-racer* exited abnormally with code 1
stderr:
Process *async-racer* stderr finished
The text was updated successfully, but these errors were encountered:
New install of racer, failing to work as intended. Is this an
export RUST_SRC_PATH=blah
in .zshrc type fix?after on command line:
racer complete std::io::B
racer-debug
returns:The text was updated successfully, but these errors were encountered: