rust/compiler/rustc_hir
Nadrieril a2dcb3a6d9 Disallow an arm without a body (except for never patterns)
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.
2023-12-03 12:25:46 +01:00
..
src Disallow an arm without a body (except for never patterns) 2023-12-03 12:25:46 +01:00
Cargo.toml Remove unnecessary dependencies. 2023-11-26 08:38:42 +11:00