Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.85
- Mark some tests as only for 64-bit targets (#463)
1.0.83
- Optimize the representation of
Ident
(#462)
1.0.82
- Resolve unexpected_cfgs warning (#456)
1.0.81
- Documentation improvements
1.0.80
- Add
Literal::byte_character
constructor (#449)
- Add
Literal::c_string
constructor #450)
1.0.77
- Add a function to reset thread-local span data (#438, thanks @buchgr)
1.0.76
- Work around
dead_code
warning false positive (#435)