Files
rust/compiler/rustc_middle
Matthias Krüger deb48aa0f5 Rollup merge of #123394 - compiler-errors:postfix-match-fixes, r=estebank
Postfix match fixes

1. Don't ice on `expr as Ty.match {}`
2. Fix the suggestion span for non-exhaustive matches to add `_ => todo!(),`

Fixes #123383
2024-04-03 17:15:50 +02:00
..

For more information about how rustc works, see the rustc dev guide.