racer-rust / emacs-racer

Racer support for Emacs
399 stars 48 forks source link

Does racer triggers a build? #77

Closed sebasmagri closed 7 years ago

sebasmagri commented 7 years ago

I was looking at honeypotio/searchspot today and when I opened its Cargo.toml a complete build of the project was triggered.

Would it be caused my emacs-racer?

Wilfred commented 7 years ago

It doesn't trigger a build, no. Racer will even work if your project doesn't currently build, e.g. if you haven't finished writing a function!

Wilfred commented 7 years ago

Also worth mentioning: M-x racer-debug will show you the last racer command run.

I think some flycheck configurations may build your project.

sebasmagri commented 7 years ago

It turned out to be Flycheck. Thanks!