diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-12-29 16:53:32 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-12-30 19:18:16 +0300 |
| commit | b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b (patch) | |
| tree | 6b6f9611324599b940f641453d992e664a9bd5fd /src/libsyntax | |
| parent | b683de4ad79242fdeebcae2afefb72c1530babe9 (diff) | |
| download | rust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.tar.gz rust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.zip | |
Make things build again
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index 8a00bcbfe17..de35f1744c1 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -15,7 +15,7 @@ rustc_serialize = { path = "../libserialize", package = "serialize" } log = "0.4" scoped-tls = "1.0" lazy_static = "1.0.0" -syntax_pos = { path = "../libsyntax_pos" } +syntax_pos = { path = "../librustc_span", package = "rustc_span" } errors = { path = "../librustc_errors", package = "rustc_errors" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_feature = { path = "../librustc_feature" } |
