rust/compiler/rustc_typeck
Matthias Krüger dac0f6e821
Rollup merge of #102095 - oli-obk:simplify, r=TaKO8Ki
Deduplicate two functions that would soon have been three

https://github.com/rust-lang/rust/pull/101900 would have added another copy of this for effects
2022-09-23 04:29:19 +02:00
..
src Rollup merge of #102095 - oli-obk:simplify, r=TaKO8Ki 2022-09-23 04:29:19 +02:00
Cargo.toml
README.md

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