this post was submitted on 07 Aug 2024
1 points (100.0% liked)

Rust Programming

8011 readers
1 users here now

founded 5 years ago
MODERATORS
 

#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 comment's thread
view the rest of the comments
[–] brokenix@emacs.ch 1 points 1 month ago* (last edited 1 month ago)

@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/