28
Rust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibility
(www.phoronix.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
but I thought rust was bug proof and completely safe?
Safe? Eh, may be. Bug proof? You need a bug proof brain first.
It's as bug proof and safe as the developers using the language.
Far from bug proof. You can write as many logic bugs as you want (as that's what happened here), but it'll save you from a common class of potentially devastating memory safety and data race bugs in safe Rust.