From: Matt Corallo Date: Thu, 15 Apr 2021 17:10:22 +0000 (-0400) Subject: Handle type aliases which are used in the same file as declared. X-Git-Tag: v0.0.98~15^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b5cc72e8ce49dc692e5c1eea3b6db963e6b677d2;hp=b5cc72e8ce49dc692e5c1eea3b6db963e6b677d2;p=ldk-c-bindings Handle type aliases which are used in the same file as declared. We previously only handled type aliases correctly when they were declared in a different file and imported. ---