-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make ABI compatible between crates.io release and rustc_smir #27
Comments
@oli-obk raised an important concern:
|
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Sep 27, 2023
Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things Some groundwork for being able to work on rust-lang/project-stable-mir#27 at all r? `@spastorino`
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 27, 2023
Rollup merge of rust-lang#115934 - oli-obk:smir_identity, r=spastorino Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things Some groundwork for being able to work on rust-lang/project-stable-mir#27 at all r? `@spastorino`
I documented the current proposal here: https://hackmd.io/jBRkZLqAQL2EVgwIIeNMHg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to release StableMIR, we need to ensure compatibility between the compiler data structures and the published crate.
The text was updated successfully, but these errors were encountered: