mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

analyse: remove unused uncanonicalized field
This field is unused and was only relevant when actually printing proof trees. Right now this simply causes proof tree building to leak a bunch of inference vars 😁
r? ``@compiler-errors``