Handle type aliases which are used in the same file as declared.
authorMatt Corallo <git@bluematt.me>
Thu, 15 Apr 2021 17:10:22 +0000 (13:10 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 15 Apr 2021 21:59:35 +0000 (17:59 -0400)
commitb5cc72e8ce49dc692e5c1eea3b6db963e6b677d2
treefb6a86842a91b8bf2a477464cafd51891e732566
parentb6a06599136de2d436ecbb1f98c760f56f1f210f
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.
c-bindings-gen/src/types.rs