Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things
This commit is contained in:
parent
19f1d782d5
commit
a38e98371b
20 changed files with 115 additions and 117 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue