rust/compiler/rustc_typeck
Aaron Hill 41f9f38d6e
Remove Session.trait_methods_not_found
Instead, avoid registering the problematic well-formed obligation
to begin with. This removes global untracked mutable state,
and avoids potential issues with incremental compilation.
2021-08-21 20:45:11 -05:00
..

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