From: Matt Corallo Date: Sun, 31 Oct 2021 18:06:42 +0000 (+0000) Subject: Support printing impl generics without an immediate bound X-Git-Tag: v0.0.103.0^2~16 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=18dc4eff64fcad567e67dfe11c501a9b4ec7633e;hp=18dc4eff64fcad567e67dfe11c501a9b4ec7633e;p=ldk-c-bindings Support printing impl generics without an immediate bound (e.g. if you have `fn ... where A: Trait` we'd not have printed ``) This further supports printing impl generics with a reference to a struct (not a trait), which we concretize with a regular reference. ---