080f62916e
Otherwise we'll get even more errors. Consider this example: #[api(...)] struct Foo { ... } impl MyTrait for Foo { ... } If the #[api] macro fails and does not at least produce the `struct Foo{}` along with its `compile_error!()` output, then in addition to our macro errors, we'll see errors about trying to implement `MyTrait` for an unknown thing called `Foo`. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |