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

问题描述 投票:0回答:1

最近,我无法在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似乎也无济于事。

compiler-errors rust rust-cargo rust-diesel
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.