about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-29 16:53:32 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-30 19:18:16 +0300
commitb9a9c5b4fd9008976b3ddfec8e02d8554f5a722b (patch)
tree6b6f9611324599b940f641453d992e664a9bd5fd /src/librustc_errors
parentb683de4ad79242fdeebcae2afefb72c1530babe9 (diff)
downloadrust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.tar.gz
rust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.zip
Make things build again
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml
index 1541845bb55..8a21150570a 100644
--- a/src/librustc_errors/Cargo.toml
+++ b/src/librustc_errors/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
 [dependencies]
 log = "0.4"
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax_pos = { path = "../libsyntax_pos" }
+syntax_pos = { path = "../librustc_span", package = "rustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 unicode-width = "0.1.4"
 atty = "0.2"