This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Releases: dtolnay/proc-macro-hack
Releases · dtolnay/proc-macro-hack
0.5.20
0.4.3
0.5.19
0.5.18
- Update documentation: as of Rust 1.45 proc-macro-hack is superseded by native support for #[proc_macro] in expression position. Only continue using this crate if you care about supporting compilers between 1.31 and 1.45. https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html#stabilizing-function-like-procedural-macros-in-expressions-patterns-and-statements
0.5.17
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
- Better error message when exceeding the limit of nested macro invocations (rust-lang/futures-rs#2097)