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
The last racer command was:
$ cd /Users/sanadkadu/github/pathOfTheRustacean/
$ export CARGO_HOME=/Users/sanadkadu/.cargo
$ export RUST_SRC_PATH=/Users/sanadkadu/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src
$ /Users/sanadkadu/.cargo/bin/racer complete 5 15 /Users/sanadkadu/github/pathOfTheRustacean/fibonacci.rs /var/folders/xx/3k0k7xmd04d51rh7rnxy4cwc0000gn/T/racertqBgSg
This command terminated with exit code 127.
stdout:
Process *async-racer* exited abnormally with code 127
No output on stderr.
The temporary file will have been deleted. You should be
able to reproduce the same output from racer with the
following command:
$ CARGO_HOME=/Users/sanadkadu/.cargo RUST_SRC_PATH=/Users/sanadkadu/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/src /Users/sanadkadu/.cargo/bin/racer complete 5 15 /Users/sanadkadu/github/pathOfTheRustacean/fibonacci.rs
The text was updated successfully, but these errors were encountered:
Is racer installed? I had a similar issue, but I noticed racer wasn't on my system. Check if /Users/sanadkadu/.cargo/bin/racer exists. If not, you can find instructions here.
The text was updated successfully, but these errors were encountered: