Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things

This commit is contained in:
Oli Scherer 2023-09-14 15:50:11 +00:00
parent 19f1d782d5
commit a38e98371b
20 changed files with 115 additions and 117 deletions

View file

@ -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"