From: Matt Corallo Date: Mon, 1 Nov 2021 17:55:20 +0000 (+0000) Subject: Track generic param count and print types in ptr-conversion X-Git-Tag: v0.0.103.0^2~7 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=6728a81b78cec348a99084e841b055424425e27a;hp=6728a81b78cec348a99084e841b055424425e27a;p=ldk-c-bindings Track generic param count and print types in ptr-conversion 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. ---