dtolnay / quote

Rust quasi-quoting
Apache License 2.0
1.32k stars 90 forks source link

Use Ident::new_raw to quote raw identifiers #225

Closed mystor closed 2 years ago

mystor commented 2 years ago

This requires the changes in https://github.com/dtolnay/proc-macro2/pull/331 which expose Ident::new_raw from proc-macro2, along with providing a fallback for earlier versions of Rust. Marking as a draft until that's ready.

Fixes #223