#rust folks it’s supposed to throw this error without lazy_static
crate , but it doesn’t?
https://git.sr.ht/~carnotweat/morning-rust/tree/main/item/sum.rs#L14
cc @rust @learningrustandlemmy
You are viewing a single thread.
View all comments 1 point
*
@rust @learningrustandlemmy
I might have missed some subtle syntactical difference here, I guess
aas in Vec<...>
is a type definition, and Vec::<...>
is referring to the struct itself, but with a type parameter given.
context - https://www.reddit.com/r/learnrust/comments/exmqyc/what_are_the_rules_for_turbofish/