mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:58:31 +00:00
Simplify match statement Add multiple tests - 1 test for checking `N + 1 + 1` does not unify with `N+1` - 2 tests for checking that a function that uses two parameters only returns the parameter that is actually used. - Check exact repeat predicates