mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 04:06:46 +00:00
Print the generic parameter along with the variance in dumps. This allows to make sure we are testing what we think we are testing. While the tests are correct, I discovered that opaque duplicated args are in the reverse declaration order.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.