Reminder that people see different things depending on what the alternative is: https://blog.rust-lang.org/2026/03/20/rust-challenges/ says that every cohort complains about Rust compile times. However, for me, Rust speeds up the compile&debug cycle compared to C++. It’s impractical to compile a piece of Gecko C++ separately from Firefox, so with C++, I have to compile Firefox as a whole and then upload a recording of executing Firefox as a whole to Pernosco. With Rust, I can typically iterate on a component separately.
What we heard about Rust's challenges, and how we can address them | Rust Blog

Empowering everyone to build reliable and efficient software.

@hsivonen true! Compiling roughly the same piece of software in C and Rust, you will see the Rust build slower. But having a tiny independent Rust component is generally better than a any other monolith.
@hsivonen I still call it a fad language :P