ATOM >> racer returned a non-zero exit code: 1 null

I can't feel this pain anymore. I've searched and tried solutions from github issues. None of those worked out for me. Please help me!

Yes, I've installed language-rust. Here's the screenshot of other packages.

I've tried running $ export RUST_SRC_PATH=/Users/foenyth/workspace/guessing_game/src in the src/ directory. What did I wrong?

I think that this should point not to the source code of your project, but to the source code of the Rust standard library (source link on the Install Rust - Rust Programming Language).

2 Likes

Oh, thanks @matklad! It's working now.