mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +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
12 lines
310 B
TOML
12 lines
310 B
TOML
[package]
|
|
name = "rustc_parse_format"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
literal-escaper = { path = "../../library/literal-escaper" }
|
|
rustc_index = { path = "../rustc_index", default-features = false }
|
|
rustc_lexer = { path = "../rustc_lexer" }
|
|
# tidy-alphabetical-end
|