You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling a single main.rs of about 371 kb of code (8526 cloc lines of code), "cargo clippy" gives me (nightly-x86_64-pc-windows-gnu (default) rustc 1.17.0-nightly (c49d102 2017-02-07)):
thread 'main' has overflowed its stack
error: Could not compile `test1`.
Can you increase the stack space of Clippy on Windows with an option?
The text was updated successfully, but these errors were encountered:
Compiling a single main.rs of about 371 kb of code (8526 cloc lines of code), "cargo clippy" gives me (nightly-x86_64-pc-windows-gnu (default) rustc 1.17.0-nightly (c49d102 2017-02-07)):
Can you increase the stack space of Clippy on Windows with an option?
The text was updated successfully, but these errors were encountered: