rust/compiler/rustc_typeck
Yuki Okushi 1a1909a8a6
Rollup merge of #83739 - JohnTitor:issue-75889, r=estebank
Account for bad placeholder errors on consts/statics with trait objects

Fixes #75889
r? ``@estebank``
2021-06-21 09:42:12 +09:00
..

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