compiler-errors - Rust 编译错误 : process didn't exit successfully

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

<分区>

最近,我无法在 Rust 中执行 cargo run。我得到的错误是 错误:进程未成功退出:target\debug\backend.exe(退出代码:0xc0000138,STATUS_ORDINAL_NOT_FOUND)

它发生在编译器似乎说完之后 在 2 米 43 秒内完成开发 [未优化 + 调试信息] 目标 运行 target\debug\backend.exe

我已经尝试运行 cargo clean 和运行 cargo run,但我得到了同样的错误。 cargo fix 似乎也无济于事。

最佳答案

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

关于compiler-errors - Rust 编译错误 : process didn't exit successfully,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58469199/

相关文章:

java - Android Studio 无法识别 < 和 > 标签

java - 编译器错误 - 找不到符号

rust - 我可以在没有 Cargo.toml 的情况下使用 Cargo 安装库吗?

c++ - C++读取文件编译错误

c++ - 测试程序中的链接错误与 RTP(实时传输协议(protocol))

regex - 如何在字节上使用 Rust 正则表达式(Vec<u8> 或 &[u8])?

rust - 简洁的结构初始化器是可能的

rust - 将AsyncRead转换为TryStream字节的最佳方法是什么?

rust-cargo - 注意 :/usr/bin/ld: cannot find -lpq Rust

rust-cargo - Cargo 究竟如何检测文件更改?