racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 278 forks source link

completion error: os error 1114 #1106

Closed drindr closed 4 years ago

drindr commented 4 years ago

when i try to compile racer by cargo +nightly install -v racer , it return that there is something wrong with the DLL.
i found there are some people have the same problen when they use some applications.
they fix it by setting the external video card. but there are't external video card on this computer and i don't thing it can fix the peoblen in rust.
version: rustc 1.44.0-nightly (94d346360 2020-04-09).

error: 动态链接库(DLL)初始化例程失败。 (os error 1114) -->serde-1.0.106\src\lib.rs:275:1 | 275 | extern crate serde_derive; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error error: could not compile serde.

drindr commented 4 years ago

it seems a problem between the rustc and mingw