-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation takes almost 20 minutes #1
Comments
This must be a regression in rustc, it used to take some time, but not that long. You should probably open an issue on the Rust repository. |
The stuff taking time to compile is every source in |
Thanks for the reply, I've opened an issue in the Rust repo. |
For reference: rust-lang/rust/issues/37074 |
Glory to @Mark-Simulacrum, closed by rust-lang/rust#42533. |
Hi,
I'm not sure if this is a (known) issue, but I've added this library as a dependency yesterday, and if it needs to be compiled it takes nearly 20 minutes on my computer (i5 2550K, 8GB ram, Ubuntu 16.04, rustc 1.12) regardless of the compilation target. Considering that I've not had to deal with compilation times over a minute or two, this seems odd to me.
The text was updated successfully, but these errors were encountered: