mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
08dfbf49e3
Add `*_value` methods to proc_macro lib This is the implementation of https://github.com/rust-lang/libs-team/issues/459. It allows to get the actual value (unescaped) of the different string literals. Part of https://github.com/rust-lang/rust/issues/136652. r? libs-api