rust/compiler/rustc_typeck
Yuki Okushi aff7994740
Rollup merge of #86355 - JohnTitor:issue-82158, r=estebank
Remove invalid suggestions for assoc consts on placeholder type error

Fixes #82158
This also moves some tests to typeck.
r? ``@estebank``
2021-06-17 21:56:45 +09:00
..

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