Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
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)
1.0.22
- Fix several bugs involving lexing of integer and float tokens with unusual suffixes (#252, #253, #254, #255)
1.0.20
- Match libproc_macro's rendering of whitespace in groups (#246, #247, thanks @Koxiaet)
1.0.19
- Remove procmacro2_semver_exempt feature gate on all methods stabilized in Rust 1.45 (#243)
1.0.18
- Fix discrepancy with libproc_macro in handling of negative numbers in token streams (#235)
1.0.17
- Allow using
proc_macro2::fallback::force()
from 1.0.12 at the same time as proc-macro2 = { default-features = false }
(#233)