summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_smir/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_smir/Cargo.toml')
-rw-r--r--compiler/rustc_smir/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_smir/Cargo.toml b/compiler/rustc_smir/Cargo.toml
index 836ea046f..c9e23efcb 100644
--- a/compiler/rustc_smir/Cargo.toml
+++ b/compiler/rustc_smir/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
+rustc_abi = { path = "../rustc_abi" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_hir = { path = "../rustc_hir" }
rustc_middle = { path = "../rustc_middle" }