rust/compiler/rustc_typeck
Eric Holk 12d8ca113c Use projections rather than is_autoref
Also includes a lengthy comment arguing the correctness.

Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
2022-03-10 17:14:50 -08:00
..

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