Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The compiler itself (rustc) does no form of incremental compilation: it just takes an input crate and compiles it entirely, unconditionally.

I believe cargo (which calls out to rustc) is using timestamps at the moment.



Oh, interesting. That definitely sounds like the source of my problem. I'll have to look in to it. Thanks.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: