For the language feature tracked by this issue: - https://github.com/rust-lang/rust/issues/132162 ```rust #[derive(Default)] struct Pet { name: Option<String>, age: i128 = 42, } ^^^^ ```