dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.79k stars 306 forks source link

Relocate `Lit` peek impls into `lit` module #1688

Closed dtolnay closed 1 month ago

dtolnay commented 1 month ago

Prior to #1687, this impl_token! macro used to be shared in common between Lit* and Lifetime and Group, but now it is specific to just literals.