@[email protected] to [email protected]English • 5 months agoTracking issue for RFC 3681: Default field values · Issue #132162 · rust-lang/rustgithub.comexternal-linkmessage-square6fedilinkarrow-up131arrow-down11
arrow-up130arrow-down1external-linkTracking issue for RFC 3681: Default field values · Issue #132162 · rust-lang/rustgithub.com@[email protected] to [email protected]English • 5 months agomessage-square6fedilink
minus-square@[email protected]linkfedilink2•5 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.