about summary refs log tree commit diff
path: root/src/libsyntax_pos/Cargo.toml
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-05-10 16:27:46 +0200
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-05-10 16:27:46 +0200
commitca3234036708599aa3dca645a58b819e0f6116e8 (patch)
tree288de8210e8e94c24b5b07fff49ee5be4253b5f3 /src/libsyntax_pos/Cargo.toml
parent57dc98434eb818733dbc941405fdee59e5c3a023 (diff)
downloadrust-ca3234036708599aa3dca645a58b819e0f6116e8.tar.gz
rust-ca3234036708599aa3dca645a58b819e0f6116e8.zip
Allocate Symbol strings from an arena
Diffstat (limited to 'src/libsyntax_pos/Cargo.toml')
-rw-r--r--src/libsyntax_pos/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/Cargo.toml b/src/libsyntax_pos/Cargo.toml
index b9637b1855e..a9147b394f7 100644
--- a/src/libsyntax_pos/Cargo.toml
+++ b/src/libsyntax_pos/Cargo.toml
@@ -11,5 +11,6 @@ crate-type = ["dylib"]
 [dependencies]
 serialize = { path = "../libserialize" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+arena = { path = "../libarena" }
 scoped-tls = { version = "0.1.1", features = ["nightly"] }
 unicode-width = "0.1.4"