Skip to content

Trouble with racer in emacs #156

Open
@notmike-5

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions