Track generic param count and print types in ptr-conversion
authorMatt Corallo <git@bluematt.me>
Mon, 1 Nov 2021 17:55:20 +0000 (17:55 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Nov 2021 16:54:45 +0000 (16:54 +0000)
This will allow rustc to prevent an issue where we accidentally
map `&&Object as *const _` to get a `*const Object`, instead
getting a pointer to a pointer.


No differences found