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
When I have any compilation error(s) there is a rather long delay (around 14s on my machine) before rustc finally exits. Successful compilation is very fast.
I am on Ubuntu 16.04 in VMware Workstation 12.5 for Windows virtual machine.
Steps to reproduce:
$ touch test.rs
$ time rustc test.rs
error: main function not found
error: aborting due to previous error
real 0m13.423s
user 0m13.276s
sys 0m0.112s