racer icon indicating copy to clipboard operation
racer copied to clipboard

Does not complete anything in std::os::unix.

Open andremarcais opened this issue 5 years ago • 1 comments

I am not getting auto completions for anything in std::os::unix. racer complete std::os:: | grep unix has no output. Everything else in std::os seems to have correct auto completion.

I have not found anything on the web regarding this.

I am using racer 2.1.31 from the arch linux packages.

andremarcais avatar Jul 01 '20 16:07 andremarcais

see #1126 #1125

Set the RUST_SRC_PATH to $(rustc --print sysroot)/lib/rustlib/src/rust/library, then reload env variables.

PeterDing avatar Sep 20 '20 05:09 PeterDing