mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-13 23:52:56 +00:00
Change wording from "nullable" to "default". Introduce a trait `IsDefault` for detecting values that are encoded as zeros or not encoded at all. Add panics to impossible cases. Some other minor cleanups.