Skip to content
New issue

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

Trouble with racer in emacs #156

Open
notmike-5 opened this issue May 21, 2023 · 1 comment
Open

Trouble with racer in emacs #156

notmike-5 opened this issue May 21, 2023 · 1 comment

Comments

@notmike-5
Copy link

notmike-5 commented May 21, 2023

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.

@timmc
Copy link

timmc commented Mar 3, 2024

According to https://github.com/rust-lang/rust-mode racer is deprecated and rust-analyzer should be used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants