Rust编译错误:进程未成功退出

时间:2019-10-20 00:50:49

标签: compiler-errors rust rust-cargo rust-diesel

最近,我无法在Rust中执行cargo run。我得到的错误是 error: process didn't exit successfully: target\debug\backend.exe (exit code: 0xc0000138, STATUS_ORDINAL_NOT_FOUND)

它在编译器似乎说完之后发生 Finished dev [unoptimized + debuginfo] target(s) in 2m 43s Running target\debug\backend.exe

我尝试运行cargo clean和运行cargo run,但是遇到相同的错误。 cargo fix似乎也无济于事。

1 个答案:

答案 0 :(得分:0)

我认为您遇到的情况与"Ordinal Not Found" when running the Diesel CLI tool相同。似乎与Intel驱动程序存在某种版本冲突。