Handle type references which refer to a module defined in scope
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 02:33:58 +0000 (02:33 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 4 Oct 2023 20:02:23 +0000 (20:02 +0000)
commit87b49686773385dda0317365567584e0a48f1bd0
tree3164287afc24f979678637538a7c11d72a01f7b4
parent9d79103585a215d97ba565744e0695dc8861f5f7
Handle type references which refer to a module defined in scope

eg
```
mod module;
fn a() -> module::Type { todo!() }
```
c-bindings-gen/src/types.rs