rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.79k stars 261 forks source link

Steal information from the "Crust of Rust: Subtyping and Variance" video (or just add a link to it) #293

Open JohnTitor opened 3 years ago

JohnTitor commented 3 years ago

I think this video (https://youtu.be/iVYWDIW71jk) by @jonhoo is really helpful to understand "Subtyping and Variance", I'm wondering if we could steal some information from it. But the current chapter is long and an additional explanation may be overwork here, so a link to the video might be fine. @jonhoo If you have any thoughts on this, I'd love to hear it :)

jonhoo commented 3 years ago

Doesn't hurt to refer people to more information. Perhaps just link people to the video as "an alternate explanation" rather than change up the text, which I already think is decently good?