rust/compiler/rustc_typeck
Matthew Jasper 3a81adeca2 Call type_of for opaque types later in compilation
This ensures that various wf checks have already been done before we
typeck item bodies.
2020-09-26 17:56:03 +01:00
..

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