mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-14 11:23:22 +00:00
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!
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.