简体   繁体   English

尝试使用公司生锈时,即使提供了正确的路径,公司也无法找到赛车手

[英]When trying to use company-rust, company cannot find racer even when provided a correct path

I'm having some issues getting company-rust to work the way it should. 我遇到了一些问题,导致公司锈蚀以应有的方式发挥作用。 It loads fine initially, then dies with this error when I attempt to actually use it: 最初加载正常,然后在尝试实际使用它时死于此错误:

deferred error : (file-error "Searching for program" "no such file or directory" "racer") 延迟的错误:(文件错误“正在搜索程序”“没有此类文件或目录”“种族”)

The path is correct and I can use it in eshell . 路径是正确的,我可以eshell使用它 I'm on most-recent OSX, with the railwaycat/emacs-mac-port as emacs. 我在最新的OSX上,使用railwaycat/emacs-mac-port作为emacs。

My init.el is here, and I'm not quite sure of what is causing it, and I'm kind of out of ideas. 我的init.el在这里,我不太确定是什么原因造成的,我有点想法不对。

(setq company-racer-executable "path/to/your/racer")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM