mainmatter / 100-exercises-to-learn-rust

A self-paced course to learn Rust, one exercise at a time.
https://rust-exercises.com
6.18k stars 1.07k forks source link

(03) ticket_v1 - (09) heap outdated reference #137

Open lundybernard opened 2 months ago

lundybernard commented 2 months ago

Exercise (03) ticket_v1 - (09) heap references the "Data layout" section of the Rustonomicon

The Data layout section currently reads: "This chapter is ideally in agreement with, and rendered redundant by, the Type Layout section of the Reference. When this book was first written, the reference was in complete disrepair, and the Rustonomicon was attempting to serve as a partial replacement for the reference. This is no longer the case, so this whole chapter can ideally be deleted."

The link may need to be updated now or in the near future.

cenviity commented 3 weeks ago

Looks like this has been resolved by f4cb4b5.