rust/compiler/rustc_typeck
Eric Huss 2b7572092c Clean up lang_items::extract
Noted in https://github.com/rust-lang/rust/pull/87739#pullrequestreview-740497194,
lang_items::extract no longer needs to take a closure.
2022-01-09 13:41:04 -08:00
..
2022-01-09 13:41:04 -08:00

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