Rust temporary lifetimes and "super let"
(blog.m-ou.se)
from snaggen@programming.dev to rust@programming.dev on 30 Nov 2023 13:41
https://programming.dev/post/6612151
from snaggen@programming.dev to rust@programming.dev on 30 Nov 2023 13:41
https://programming.dev/post/6612151
threaded - newest
I get scared about Rust when reading about these things and I understand nothing.
Hopefully you don’t need this knowledge to build something useful 😅
The idea is that these rules just do what you’d expect the language to do in those situations. The additional advantage of Rust is that if you’re wrong, the consequences are just a compilation error, not a crashing program.