this post was submitted on 28 Nov 2021
11 points (100.0% liked)
Rust Programming
8306 readers
12 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've just finished watching some great talks on undefined behaviour in C/Cpp:
And Rust's own list of undefined behaviour is here, almost entirely do to with humans using
unsafe
but not taking the necessary care with it: https://doc.rust-lang.org/reference/behavior-considered-undefined.html