rust/compiler/rustc_typeck
mark bb8d4307eb rustc_error: make ErrorReported impossible to construct
There are a few places were we have to construct it, though, and a few
places that are more invasive to change. To do this, we create a
constructor with a long obvious name.
2022-03-16 10:35:24 -05:00
..

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