rust/compiler/rustc_typeck
Oli Scherer 15f7e818ec Check all opaque types, even return position impl trait.
While not necessary right now, this is the safe choice and will
be necessary for lazy TAIT.
2021-12-17 18:22:14 +00:00
..

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