mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 23:18:31 +00:00
It's not about "uninit" anymore but about "filling with 0x01 bytes" so the name should at least try to reflect that.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.