about summary refs log tree commit diff
path: root/src/libproc_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/libproc_macro/Cargo.toml')
-rw-r--r--src/libproc_macro/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libproc_macro/Cargo.toml b/src/libproc_macro/Cargo.toml
index 1b5141773a9..cfd83e348a8 100644
--- a/src/libproc_macro/Cargo.toml
+++ b/src/libproc_macro/Cargo.toml
@@ -10,3 +10,4 @@ crate-type = ["dylib"]
 [dependencies]
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
+rustc_errors = { path = "../librustc_errors" }