librustc_ast_lowering: cargo changes.

This commit is contained in:
Mazdak Farrokhzad 2019-12-22 18:12:56 +01:00
parent ce8dbf05f9
commit 7b6ef2b369
4 changed files with 43 additions and 1 deletions

View file

@ -20,6 +20,7 @@ rustc_parse = { path = "../librustc_parse" }
syntax_pos = { path = "../librustc_span", package = "rustc_span" }
rustc_serialize = { path = "../libserialize", package = "serialize" }
rustc = { path = "../librustc" }
rustc_ast_lowering = { path = "../librustc_ast_lowering" }
rustc_incremental = { path = "../librustc_incremental" }
rustc_traits = { path = "../librustc_traits" }
rustc_data_structures = { path = "../librustc_data_structures" }