Comment Makes no sense (Score 1) 5
Rust's new status in Linux hints at a career path that blends deep understanding of C with fluency in Rust's safety guarantees.
It would seem that adopting Rust, which is supposed to be safe by design, would relieve developers of the duty to write safe code. After all, its Rust. None of these nasty null pointers and buffer oveflows are possible. Just like Python relieves developers from the duty of formatting readable code.
Developers should now be freed to make higher level, more difficult to find logic erors.