mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-25 12:14:50 +02:00
as a totally newbie to Rust, I don't know panic statement from https://doc.rust-lang.org/book/ and rustlings in the beginning. After a hard searching of [should_panic], then I figure out panic statement. So it's helpful to tell the learner that write a panic statement here.
Structs
Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.