about summary refs log tree commit diff
path: root/compiler/rustc_interface/Cargo.toml
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2021-01-02 14:42:15 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2021-09-07 19:53:04 +0200
commit81a600b6b7db07ebac28c8ddedd357e3c5b9951d (patch)
treedc9bf55bd478ff63cd26ab0464be90579d4e14d0 /compiler/rustc_interface/Cargo.toml
parentbba4be681d664a50ab307ec732f957c02255e067 (diff)
downloadrust-81a600b6b7db07ebac28c8ddedd357e3c5b9951d.tar.gz
rust-81a600b6b7db07ebac28c8ddedd357e3c5b9951d.zip
Move monomorphize code to its own crate.
Diffstat (limited to 'compiler/rustc_interface/Cargo.toml')
-rw-r--r--compiler/rustc_interface/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 8b277269258..306728dbeac 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -35,6 +35,7 @@ rustc_metadata = { path = "../rustc_metadata" }
 rustc_mir = { path = "../rustc_mir" }
 rustc_mir_build = { path = "../rustc_mir_build" }
 rustc_mir_transform = { path = "../rustc_mir_transform" }
+rustc_monomorphize = { path = "../rustc_monomorphize" }
 rustc_passes = { path = "../rustc_passes" }
 rustc_typeck = { path = "../rustc_typeck" }
 rustc_lint = { path = "../rustc_lint" }