rust/compiler/rustc_typeck
Matthias Krüger b80057d08d compiler: clippy::complexity fixes
useless_format
map_flatten
useless_conversion
needless_bool
filter_next
clone_on_copy
needless_option_as_deref
2022-02-03 23:16:03 +01:00
..
2022-02-03 23:16:03 +01:00

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