Closed johalun closed 7 years ago
Hi Thanks for this crate, its really saving my life right now :)
I have a problem though. [_ $name bla bla] does not work, (single underscore) [__ $name bla bla] does work. (double underscore)
Error when leading with single underscore is:
error: expected identifier, found `[` --> src/macros.rs:104:24 | 104 | pub static [_ $module _depend_on_ $mdepend]: ksys::mod_depend = ksys::mod_depend { | ^ |
Hey no problem. I just published interpolate_idents 0.2.0 which should fix this problem for you.
interpolate_idents 0.2.0
Hi Thanks for this crate, its really saving my life right now :)
I have a problem though. [_ $name bla bla] does not work, (single underscore) [__ $name bla bla] does work. (double underscore)
Error when leading with single underscore is: