rust/compiler/rustc_hir_analysis
Guillaume Gomez 7c6dca9050
Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu
Use `assert_matches` around the compiler more

It's a useful assertion, especially since it actually prints out the LHS.
2024-08-12 17:09:19 +02:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.