Way to make a configuration struct stable across versions?
Rust Internals [Unofficial]
April 22, 2026
You could manually construct this with
Config {
message: String::new(),
non_exhaustive_marker: <_>::default(),
}
Discussion in the ATmosphere