External Publication
Visit Post

Way to make a configuration struct stable across versions?

Rust Internals [Unofficial] April 22, 2026
Source

You could manually construct this with

Config {
  message: String::new(),
  non_exhaustive_marker: <_>::default(),
}

Discussion in the ATmosphere

Loading comments...