mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 05:20:43 +00:00

Parsing now accepts a match arm without a body, so we must make sure to only accept that if the pattern is a never pattern.
Parsing now accepts a match arm without a body, so we must make sure to only accept that if the pattern is a never pattern.