Hacker News new | ask | show | jobs
by afdbcreid 951 days ago
The Rust compiler has even started recently to put extra checks on unsafe code in codegen, e.g. on raw pointer dereference to check it is aligned.