mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 08:18:45 +00:00
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g.
```
note: expected type `()`
found type `{integer}`
```