#![forbid(unsafe_code
yes! but with `#![forbid(unsafe_code)]` for the extra challenge!
July 16, 2025 at 7:38 PM
October 28, 2025 at 6:42 AM
Except that in Rust, you can only use them in an explicit unsafe{} block, so it's easy to audit for them, or prevent their use with forbid(unsafe_code).
December 6, 2024 at 11:26 AM