mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
cfa150b0dd
* Remove incorrect claim that “wrappers around it are the conventional way to define an uninhabited type”. * Discuss why one would use `!`, a newtype struct, or keep the enum. * Add links to relevant documentation.