That may change as the language matures -- great. I keep an eye on Rust so that I can eventually try actually using it for kernel-level development work.
C11 removed gets, for example.
The post-gcc 2.95 C++ ABI breakage was pretty suck, though.
[edit]
And please don't misinterpret my criticism as intentional FUD.
I work on $MAJOR_OS and am achingly tired of writing C, so I keep my eye on Rust as one possible salvation, once it's had time to mature.
It's just a very hard sell when there's no ABI stability, we're talking about code that's expected to last for decades, etc.
GCC did not provide a switch to get the old copy constructor behavior back when they made it stricter and broke my code.
That may change as the language matures -- great. I keep an eye on Rust so that I can eventually try actually using it for kernel-level development work.