@[email protected] to [email protected] • 5 months agoAnnouncing Rust 1.79.0blog.rust-lang.orgexternal-linkmessage-square3fedilinkarrow-up177arrow-down11cross-posted to: [email protected][email protected]
arrow-up176arrow-down1external-linkAnnouncing Rust 1.79.0blog.rust-lang.org@[email protected] to [email protected] • 5 months agomessage-square3fedilinkcross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilink10•edit-25 months agoHow does the const { None } example type-inference work? The size of the option type can’t be known without knowing the type of the Somevariant. Edit: aha, it doesn’t work as-is. It needs to infer the type of elements of foo from usage. https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=05a95c592626b6935ae812527aa6bbc6
How does the
const { None }
example type-inference work? The size of the option type can’t be known without knowing the type of theSome
variant.Edit: aha, it doesn’t work as-is. It needs to infer the type of elements of
foo
from usage. https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=05a95c592626b6935ae812527aa6bbc6