Feature Name: non_exhaustive Start Date: 2017-05-24 RFC PR: rust-lang/rfcs#2008 Rust Issue: rust-lang/rust#44109 Summary This RFC introduces the #[non_exhaustive] attribute for enums and structs, which indicates that more variants/fields ma...
"Rust is kind of nice in that it lets you choose between type erasure and monomorphization, or between heap-allocation and stack-allocation, but the do..."