Work around for using proc-macro libs #569
-
Hello, Unfortunately since Corrosion only supports staticlib, cdylib, and dylib AND because proc-macro libs cannot be built in combination with any of those I am unable to use Corrosion to build this package. I am at a bit of a loss of how to go about this as I would love to get this working and this package is a core dependency for many of my other crates. Any advice would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you elaborate on your problem? proc macro crates will be built perfectly fine as dependencies, since Corrosion invokes |
Beta Was this translation helpful? Give feedback.
Your error doesn't look like a clippy error and instead more like something that needs
#[allow(dead_code)]
or similar.