(no title)
tedunangst | 8 months ago
I was all excited to conduct the "cargo check; mrustc; cc" is 100x faster experiment, but I think at best, the multiple is going to be pretty small.
tedunangst | 8 months ago
I was all excited to conduct the "cargo check; mrustc; cc" is 100x faster experiment, but I think at best, the multiple is going to be pretty small.
ChadNauseam|8 months ago
estebank|8 months ago
There are multiple caveats on providing this to users (we can't assume that macro invocations are idempotent, so the new behavior would have to be opt in, and this only benefits incremental compilation), but it's in our radar.
pjmlp|8 months ago
Unfortunately that doesn't seem to ever be a scenario cargo will support out of the box.
CryZe|8 months ago