@[email protected] to [email protected]English • 7 months agoTracking issue for RFC 3681: Default field values · Issue #132162 · rust-lang/rustgithub.comexternal-linkmessage-square6fedilinkarrow-up130
arrow-up130external-linkTracking issue for RFC 3681: Default field values · Issue #132162 · rust-lang/rustgithub.com@[email protected] to [email protected]English • 7 months agomessage-square6fedilink
minus-square@[email protected]linkfedilink2•7 months agoThink you would need Movie { title: "Star Wars".to_owned(), .. }, the .. is mandatory.
Think you would need
Movie { title: "Star Wars".to_owned(), .. }
, the..
is mandatory.Thanks, that was an oversight on my part.