rust/compiler/rustc_typeck
Jonas Schievink e739468f97
Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse
remove enum name from ImplSource variants

This is quite a lot cleaner in my opinion.
2020-09-25 19:42:48 +02:00
..

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