We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.rs
1 parent e835ca4 commit c78e2e6Copy full SHA for c78e2e6
build.rs
@@ -66,5 +66,5 @@ fn main() {
66
// Rust hides linker warnings meaning mistakes may go unnoticed.
67
// Turning them into errors forces them to be displayed (and the build to fail).
68
// If we do want to ignore specific warnings then `/IGNORE:` should be used.
69
- println!("cargo:cargo:rustc-link-arg-bin=rustup-init=/WX");
+ println!("cargo:rustc-link-arg-bin=rustup-init=/WX");
70
}
0 commit comments