This post was written in 2014 and I am not sure if the information in there still holds true for the latest version of rust. Does anyone know?
Is this post up to date with the latest rust compiler?
skade
#2
It’s still rather up-to-date. The internals around Ownership and Borrowing haven’t changed much and you can still copy and paste the code into a file, compile and run it.