Open utterances-bot opened 6 years ago
Thanks for writing this series. One small issue:
We then store a copy in the variable y
You're actually just creating another reference to the same object in x. You can test that out by modifying the object using y and reading it back using x: https://i.imgur.com/yT4QU2H.png
Hi @willurd, thanks for the comment! I've updated the article to incorporate your feedback; it should be (mostly) correct now :)
Looks great!
Learn You a Rust for Great Good!
This is the start of a very-much-work-in-progress Rust tutorial/explainer.I doubt it’ll be of much use considering the material already out there, but here y...
https://theta.eu.org/2016/03/12/learn-you-a-rust-for-great-good.html