Releases: dtolnay/proc-macro-hack
Releases · dtolnay/proc-macro-hack
0.5.11
- Support macros named as raw identifier (#45, thanks @olegnn)
0.5.10
- Support
proc_macro_hack(support_nested)
macros that expand to internal invocations of a different proc_macro_hack(support_nested)
macro (#41)
0.5.9
- Update to syn and quote 1.0
0.4.2
- Fix a compile error that manifests as:
= help: message: assertion failed: `(left == right)`
left: `Some("#[allow(unused,")`,
right: `Some("#[allow(unused")`
0.5.8
- Support optional leading
::
in re-exports (#36)
0.5.7
- Fix ability to build without features implied by dev-dependencies (#33)
0.5.6
- Support referring to local variables outside of what is passed by name into the macro (#31)
0.5.5
- Documentation improvements; clarify where documentation for your macro needs to go
0.5.4
- Documentation improvements
0.5.3
- Support building with
-Z minimal-versions