Closed shahn closed 5 months ago
I figured out the problem, it was related to the Visual Studio tools being outdated. Uninstalling 2019 version of the tools and installing according to https://rust-lang.github.io/rustup/installation/windows-msvc.html worked for me with Rust 1.78.
A trivial program with a dependency only on
boring
fails to link for me with Rust 1.78 (it worked with 1.77.2):Rust 1.77.2:
stable (1.78):
Already reported to Rust itself here: https://github.com/rust-lang/rust/issues/124839