racer
racer copied to clipboard
Does not complete anything in std::os::unix.
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.
see #1126 #1125
Set the RUST_SRC_PATH to $(rustc --print sysroot)/lib/rustlib/src/rust/library, then reload env variables.