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 running a Rust demo for the first time, a lot of dependencies will get downloaded and compiled. It takes a while.
The second run is very fast because dependencies are shared between projects so this is only a problem on the first Rust "Run" but it might discourage users.
We should consider using sccache or ship prebuilt in Workbench or tell the user about what's going on.
The text was updated successfully, but these errors were encountered:
When running a Rust demo for the first time, a lot of dependencies will get downloaded and compiled. It takes a while.
The second run is very fast because dependencies are shared between projects so this is only a problem on the first Rust "Run" but it might discourage users.
We should consider using sccache or ship prebuilt in Workbench or tell the user about what's going on.
The text was updated successfully, but these errors were encountered: