Open
Description
The page on linkage, https://doc.rust-lang.org/reference/linkage.html , tells you to try static linking on windows with
RUSTFLAGS='-C target-feature=+crt-static' cargo build --target x86_64-pc-windows-msvc
but this isn't valid cmd.exe syntax at all.