Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
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
1.0.72
- Improve build script to be robust to proc_macro::Span unstable API changes
1.0.71
- Turn on
deny(unsafe_op_in_unsafe_fn)
lint
1.0.70
- Add #[track_caller] on
Ident::new
so that panics on invalid input are attributed to the caller (#423)