File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
// Set the stack size at link time on Windows. See rustc_driver::in_rustc_thread
15
15
// for the rationale.
16
+ #[ allow( unused_attributes) ]
16
17
#[ cfg_attr( all( windows, target_env = "msvc" ) , link_args = "/STACK:16777216" ) ]
17
18
// We only build for msvc and gnu now, but we use a exhaustive condition here
18
19
// so we can expect either the stack size to be set or the build fails.
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
#![ feature( link_args) ]
12
+
13
+ #[ allow( unused_attributes) ]
12
14
// Set the stack size at link time on Windows. See rustc_driver::in_rustc_thread
13
15
// for the rationale.
14
16
#[ cfg_attr( all( windows, target_env = "msvc" ) , link_args = "/STACK:16777216" ) ]
You can’t perform that action at this time.
0 commit comments