this post was submitted on 20 Mar 2024
36 points (95.0% liked)

Rust

5854 readers
185 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Always good to read about how you can speed up compile times. I mean, sword fighting on office chairs are all fun, but still....

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 6 months ago

Right, if there was a way to mark them as pure (const fn?) that would solve it, mostly - as long as upstream crates started annotating their proc macros as such.