rust/compiler/rustc_hir_analysis
Matthias Krüger b7706e891d
Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk
Don't ICE on unsized `extern "rust-call"` call

Conceptually builds on #111864, but doesn't depend on it.
2023-06-13 07:02:28 +02:00
..

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