mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
8340622e14
Add new `byte_value` and `char_value` methods to `proc_macro::Literal` Part of https://github.com/rust-lang/rust/issues/136652. It adds two more methods to get unescaped `u8` and `char` from `proc_macro::Literal`. r? @Amanieu