tkaitchuck / constrandom

Macro to generate random constants in Rust https://xkcd.com/221/
Apache License 2.0
73 stars 14 forks source link

macro crate fails on nightly #20

Closed Dylan-DPC-zz closed 1 year ago

Dylan-DPC-zz commented 3 years ago

Hi

The macro crate fails on nightly because it exposes a function (marked as public) which isn't annotated with any one of the #[proc_macro*] annotations.

Running 0.1.13 on 1.53.0-nightly (2021-04-18)

tkaitchuck commented 3 years ago

I am not able to reproduce this issue. Can you post the error you are seeing?