mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
eaa982305d
Update description of Empty Enum for accuracy An empty enum is similar to the never type `!`, rather than the unit type `()`.