mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-24 04:16:19 +02:00
4086d463a9
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g. ``` note: expected type `()` found type `{integer}` ```