ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

Closure variables are called upvars #130

Closed jonathanpallant closed 4 months ago

jonathanpallant commented 4 months ago

We should note that in the closures deck.

https://rustc-dev-guide.rust-lang.org/closure.html#:~:text=An%20upvar%20is%20a%20variable,the%20context%20of%20the%20closure.