We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c3e400 + f4cb4b5 commit bd17a59Copy full SHA for bd17a59
exercises/03_ticket_v1/09_heap/src/lib.rs
@@ -21,8 +21,8 @@ mod tests {
21
// This is a tricky question!
22
// The "intuitive" answer happens to be the correct answer this time,
23
// but, in general, the memory layout of structs is a more complex topic.
24
- // If you're curious, check out the "Data layout" section of the Rustonomicon
25
- // https://doc.rust-lang.org/nomicon/data.html for more information.
+ // If you're curious, check out the "Type layout" section of The Rust Reference
+ // https://doc.rust-lang.org/reference/type-layout.html for more information.
26
assert_eq!(size_of::<Ticket>(), todo!());
27
}
28
0 commit comments