We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c115cc6 commit 53718d2Copy full SHA for 53718d2
src/rustc/rustc.rs
@@ -13,6 +13,7 @@
13
14
// Set the stack size at link time on Windows. See rustc_driver::in_rustc_thread
15
// for the rationale.
16
+#[allow(unused_attributes)]
17
#[cfg_attr(all(windows, target_env = "msvc"), link_args = "/STACK:16777216")]
18
// We only build for msvc and gnu now, but we use a exhaustive condition here
19
// so we can expect either the stack size to be set or the build fails.
src/tools/rustdoc/main.rs
@@ -9,6 +9,8 @@
9
// except according to those terms.
10
11
#![feature(link_args)]
12
+
0 commit comments