You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are adding some basic support to function ABI and type layout in this PR: rust-lang/rust#119094, however, some information was left as Opaque for now.
We still need to expand the following:
### Tasks
- [ ] Add information about `Scalar`.
- [ ] Expand PassMode attributes.
- [ ] Add information about `Primitive`
The text was updated successfully, but these errors were encountered:
Implement missing ABI structures in StableMIR
Add implementations for Scalar, Primitive and WrappingRange for StableMIR.
FYI, I thought about reusing the `rustc_abi` module, since it is designed to not necessarily depend on the `rustc` internals, but the maintenance burden to maintain this crate in crates.io doesn't seem worth it at this point.
Fixesrust-lang/project-stable-mir#58
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 2, 2024
Rollup merge of rust-lang#121824 - celinval:smir-scalar, r=oli-obk
Implement missing ABI structures in StableMIR
Add implementations for Scalar, Primitive and WrappingRange for StableMIR.
FYI, I thought about reusing the `rustc_abi` module, since it is designed to not necessarily depend on the `rustc` internals, but the maintenance burden to maintain this crate in crates.io doesn't seem worth it at this point.
Fixesrust-lang/project-stable-mir#58
Uh oh!
There was an error while loading. Please reload this page.
We are adding some basic support to function ABI and type layout in this PR: rust-lang/rust#119094, however, some information was left as Opaque for now.
We still need to expand the following:
The text was updated successfully, but these errors were encountered: