I wish #[non_exhaustive]
worked with struct update syntax
It’s pretty annoying that in Rust, #[non_exhaustive]
structs don’t support “struct update” / “functional record update” syntax (the syntax that powers Stuff { a: b, c: d, ..blah }
).