]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_session/Cargo.toml
Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco
[rust.git] / src / librustc_session / Cargo.toml
index 847a368d4cf552a8e39a898133773fbfb7e7e5a9..47c23bc4dcf98c4f074ab88106323720cf9a4d16 100644 (file)
@@ -15,7 +15,7 @@ rustc_feature = { path = "../librustc_feature" }
 rustc_target = { path = "../librustc_target" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rustc_index = { path = "../librustc_index" }
 rustc_fs_util = { path = "../librustc_fs_util" }
 num_cpus = "1.0"