about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-09-14 15:50:11 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-09-25 14:38:27 +0000
commita38e98371bf2c2e81dd8f01da21330b87622dd3a (patch)
tree69e894fb448ec475b2c9c6d77ecfdaf2aef10196 /compiler/rustc
parent19f1d782d51d980ccb5c448e6a415188323b30ce (diff)
downloadrust-a38e98371bf2c2e81dd8f01da21330b87622dd3a.tar.gz
rust-a38e98371bf2c2e81dd8f01da21330b87622dd3a.zip
Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
index 41003ad83f3..dcb165f9fdb 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
@@ -13,6 +13,7 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 # Make sure rustc_smir ends up in the sysroot, because this
 # crate is intended to be used by stable MIR consumers, which are not in-tree
 rustc_smir = { path = "../rustc_smir" }
+stable_mir = { path = "../stable_mir" }
 
 [dependencies.jemalloc-sys]
 version = "0.5.0"