The Bastion of the Turbofish 6 years ago
Is it really that hard to parse generics without a 'turbofish'? Coming from Scala and Haskell something like:
Into::<String>::into()
Just really irks me. It is much less elegant than I am used to. Do experienced Rust developers actually like the style, or is it just complex to parse?