mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 00:15:46 +00:00
Remove more traces of anonymous ADTs Anonymous ADTs were removed in #131045, but I forgot to remove this.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.