Files
rust/compiler/rustc_typeck
Eric Holk add169d414 Distinguish binding assignments, use Ty::needs_drop
This better captures the actual behavior, rather than using hacks around
whether the assignment has any projections.
2022-03-04 11:03:24 -08:00
..

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