Hi.
I get this error when I use my macro to generate the rtic::app structure.
If I expand the code of my macro only with cargo expand and compile it, it works on rust v 1.50 too.
Rolling back to rust v 1.46 has solved this problem for me.
But I want use latest rust.
Hi.
I get this error when I use my macro to generate the
rtic::appstructure.If I expand the code of my macro only with cargo expand and compile it, it works on rust v 1.50 too.
Rolling back to rust v 1.46 has solved this problem for me.
But I want use latest rust.