dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.81k stars 308 forks source link

Add Lit::CStr to represent `c"…"` and `cr"…"` literals #1622

Closed dtolnay closed 4 months ago

dtolnay commented 4 months ago

Closes #1502.

This requires https://github.com/dtolnay/proc-macro2/pull/450 from proc-macro2.