Skip to content

Exhaustiveness practice problems in Rust

Difficulty:
Category:
Tag:

Showing 4 of 4

Status Title Difficulty
match and exhaustiveness: the compiler as a checklist Easy
Match guards, and why they don't count toward exhaustiveness Medium
Matching on Option Easy
The wildcard trap: `_` arms freeze your enum against the future Medium