about summary refs log tree commit diff
path: root/src/librustc_interface
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-12-22 18:12:56 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-12-31 17:33:10 +0100
commit7b6ef2b369db3adef6f6fa33750c87c1ff1fe3fe (patch)
tree9ea2977654ae84493aa1fb969e489e7a9941e456 /src/librustc_interface
parentce8dbf05f9072dfcf2580fb8f5c6d8c54ca4c7e9 (diff)
downloadrust-7b6ef2b369db3adef6f6fa33750c87c1ff1fe3fe.tar.gz
rust-7b6ef2b369db3adef6f6fa33750c87c1ff1fe3fe.zip
librustc_ast_lowering: cargo changes.
Diffstat (limited to 'src/librustc_interface')
-rw-r--r--src/librustc_interface/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_interface/Cargo.toml b/src/librustc_interface/Cargo.toml
index 73ff0cd52d7..4926cb23081 100644
--- a/src/librustc_interface/Cargo.toml
+++ b/src/librustc_interface/Cargo.toml
@@ -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" }