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/librustc_plugin_impl | |
| parent | b683de4ad79242fdeebcae2afefb72c1530babe9 (diff) | |
| download | rust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.tar.gz rust-b9a9c5b4fd9008976b3ddfec8e02d8554f5a722b.zip | |
Make things build again
Diffstat (limited to 'src/librustc_plugin_impl')
| -rw-r--r-- | src/librustc_plugin_impl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin_impl/Cargo.toml b/src/librustc_plugin_impl/Cargo.toml index d57a58b433f..05046ae3a0d 100644 --- a/src/librustc_plugin_impl/Cargo.toml +++ b/src/librustc_plugin_impl/Cargo.toml @@ -14,5 +14,5 @@ doctest = false rustc = { path = "../librustc" } rustc_metadata = { path = "../librustc_metadata" } syntax = { path = "../libsyntax" } -syntax_pos = { path = "../libsyntax_pos" } +syntax_pos = { path = "../librustc_span", package = "rustc_span" } rustc_error_codes = { path = "../librustc_error_codes" } |
