mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 19:42:35 +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.