rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

Update the guidance on uninitialized data with ptr::addr_of_mut #325

Closed kupiakos closed 2 years ago

kupiakos commented 2 years ago

This is an impossible problem no longer! The example is copied straight from the stdlib.