dtolnay / quote

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

Restore support for toolchains without $:literal matcher #202

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

The $:literal matcher in macro_rules stabilized in Rust 1.32: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html#macro-improvements.