Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.31
- Update Cargo metadata to new repository location
1.0.30
- Use proc_macro::is_available on Rust 1.57+ to support projects built with panic=abort or cg_clif (#300, thanks @bjorn3)
1.0.29
- Pick up stable implementation of proc_macro's
impl FromStr for Literal
(#287)
1.0.26
- Add
impl LexError { pub fn span(&self) -> Span }
(#283)
1.0.24
- Implement Error and Display for proc_macro2::LexError, matching the libproc_macro impls which exists in Rust 1.44+ (#240)
1.0.23
- Fix several bugs involving lexing of unicode escapes and carriage returns in string literals (#256, #257, #258, #259, #260)