jetbrains-academy / rustlings-course

Small exercises to get you used to reading and writing Rust code!
https://github.com/rust-lang/rustlings/releases/tag/1.2.2
MIT License
149 stars 33 forks source link

Confusing solution blocks placement Structs Methods Enums and Pattern Matching/Sending Packages / Structs with Methods / Sending Packages #275

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

The way solution blocks are placed and named in this task is very confusing. You need to space solution blocks right after is_international definition in a way that will make expected solution more apparent, because right now it looks like this is another problem where you don't need main function.

And when you try to add main function indentation breaks, further solidifying this hunch.