It's not actually incremental yet.
this post was submitted on 04 Nov 2025
25 points (100.0% liked)
Rust
7477 readers
5 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
The plan is to eventually make it incremental, however that isn't yet implemented. It is however already pretty fast even without incremental linking.
Not stable yet, either:
The following is working with the caveat that there may be bugs:
I have been using it by default with cargo since just before 0.4, I think, and had zero problems.
The situation may have been different If I tried to use it with some non-Rust projects that need special support for some feature(s).
That's wild
😏