]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc/Cargo.toml
Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472
[rust.git] / compiler / rustc / Cargo.toml
index 5e0bb1a7f95d1a5247f18da2e04cb1d53e7ea83b..27ee3dd2aeafc7086cde881e22713d73006800e8 100644 (file)
@@ -9,6 +9,9 @@ rustc_driver = { path = "../rustc_driver" }
 # Make sure rustc_codegen_ssa ends up in the sysroot, because this
 # crate is intended to be used by codegen backends, which may not be in-tree.
 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" }
 
 [dependencies.jemalloc-sys]
 version = "0.5.0"