Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
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)
1.0.75
- Improve error messages related to proc_macro::LexError (#434)
1.0.74
- Work around improperly cached build script result by sccache (#432)
1.0.73
- Documentation improvements