mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 14:48:04 +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.