rust/compiler/rustc_typeck
Matthias Krüger b35af0d04d
Rollup merge of #90771 - asterycs:fix/trait-object-error-code, r=michaelwoerister
Fix trait object error code

closes #90768

I `grep`:d and changed the occurrences that seemed relevant. Please let me know what you think and if anything is missing!
2021-11-13 22:35:03 +01:00
..

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