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
After installing Rust, I have difficulty using the racer at atom.
I'm using mac OS 10.12.3
and my atom version is 1.10.0
racer settings at atom were as follows. Path to the Racer executable: /Users/hsun/.cargo/bin/racer Path to the Rust source code directory: /Users/hsun/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src
and set RUST_SRC_PATH in my ~ / .bash_profile as follows.
I have same version of racer, but nightly rust: /Users/stan/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src. For me working properly.
After installing Rust, I have difficulty using the racer at atom.
I'm using
mac OS 10.12.3
and my atom version is
1.10.0
racer settings at atom were as follows.
Path to the Racer executable
: /Users/hsun/.cargo/bin/racerPath to the Rust source code directory
: /Users/hsun/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/srcand set
RUST_SRC_PATH
in my~ / .bash_profile
as follows.This is my racer version.
The text was updated successfully, but these errors were encountered: