Add rustc-literal-escaper to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-22 07:30:50 +10:00
parent dfa748e910
commit 32b0fff8fe
5 changed files with 5 additions and 4 deletions

View File

@ -63,6 +63,7 @@ exclude = [
# tidy-alphabetical-start
bitflags = "2.9.3"
memchr = "2.7.5"
rustc-literal-escaper = "0.0.5"
thin-vec = "0.2.14"
# tidy-alphabetical-end

View File

@ -7,7 +7,7 @@ edition = "2024"
# tidy-alphabetical-start
bitflags.workspace = true
memchr.workspace = true
rustc-literal-escaper = "0.0.5"
rustc-literal-escaper.workspace = true
rustc_ast_ir = { path = "../rustc_ast_ir" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_index = { path = "../rustc_index" }

View File

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
bitflags.workspace = true
rustc-literal-escaper = "0.0.5"
rustc-literal-escaper.workspace = true
rustc_ast = { path = "../rustc_ast" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
rustc_data_structures = { path = "../rustc_data_structures" }

View File

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
rustc-literal-escaper = "0.0.5"
rustc-literal-escaper.workspace = true
rustc_lexer = { path = "../rustc_lexer" }
# tidy-alphabetical-end

View File

@ -16,7 +16,7 @@ doctest = false
[dependencies]
# tidy-alphabetical-start
rustc-literal-escaper = "0.0.5"
rustc-literal-escaper.workspace = true
# tidy-alphabetical-end
[features]