Closed nsarlin-zama closed 5 months ago
All done. I was not allowing proc-macro
, so in this case it was not passed as dependency. I'm releasing 0.78.1
so you will be able to resume having fun with it. ;)
Thanks for the detailed issue!
It works, thanks !
First, thank you for this really useful package !
It seems that calling a tool on a crate that uses the paste macro fails because of a failed import:
However, the same code can be built with
cargo build
or lintedcargo clippy
. I have created a minimum reproducing example here: https://github.com/nsarlin-zama/test_lint_paste. Using the example tool on this crate returns the aforementioned error.Thanks for your help