We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is racer deprecated? Should I be using rust-analyzer instead? Here is my error output
The last racer command was:
$ cd /home/user/bin/bitverter/bitverter_cli/ $ export CARGO_HOME=/home/user/.cargo $ export RUST_SRC_PATH=/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library $ /home/user/.cargo/bin/racer complete 2 7 /home/user/bin/bitverter/bitverter_cli/src/main.rs /tmp/racerThuBRg
This command terminated with exit code 127.
No output on stdout.
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=/home/user/.cargo RUST_SRC_PATH=/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library /home/user/.cargo/bin/racer complete 2 7 /home/user/bin/bitverter/bitverter_cli/src/main.rs
Please report bugs on GitHub.
The text was updated successfully, but these errors were encountered:
According to https://github.com/rust-lang/rust-mode racer is deprecated and rust-analyzer should be used instead.
Sorry, something went wrong.
No branches or pull requests
Is racer deprecated? Should I be using rust-analyzer instead? Here is my error output
The last racer command was:
$ cd /home/user/bin/bitverter/bitverter_cli/
$ export CARGO_HOME=/home/user/.cargo
$ export RUST_SRC_PATH=/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library
$ /home/user/.cargo/bin/racer complete 2 7 /home/user/bin/bitverter/bitverter_cli/src/main.rs /tmp/racerThuBRg
This command terminated with exit code 127.
No output on stdout.
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=/home/user/.cargo RUST_SRC_PATH=/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library /home/user/.cargo/bin/racer complete 2 7 /home/user/bin/bitverter/bitverter_cli/src/main.rs
Please report bugs on GitHub.
The text was updated successfully, but these errors were encountered: