Skip to content
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

Implement size_of glue for classes with destructors #2895

Closed
catamorphism opened this issue Jul 13, 2012 · 1 comment
Closed

Implement size_of glue for classes with destructors #2895

catamorphism opened this issue Jul 13, 2012 · 1 comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone

Comments

@catamorphism
Copy link
Contributor

see FIXME in walk_res1 in rt/rust_shape.h

@ghost ghost assigned catamorphism Jul 13, 2012
@catamorphism
Copy link
Contributor Author

I think this is fixed now. d293286 has a test case.

@catamorphism catamorphism removed their assignment Jun 16, 2014
RalfJung pushed a commit to RalfJung/rust that referenced this issue May 23, 2023
support array return types in simd_bitmask

Fixes rust-lang/miri#2734

As usual I am stomped by the simd_bitmask behavior wrt endianess. I confirmed that for little endian, Miri matches what rustc currently does, but I can't test rustc on big endian. `@workingjubilee` `@calebzulawski` could you have a look whether those new tests make sense?
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Automatically create pull requests from the result of updating the CBMC
release version checks every Monday morning.

Resolves rust-lang#2243.
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Automatically create pull requests from the result of running `cargo
update` every Monday morning. This should avoid the need for manual PRs
to update Cargo.lock, which seemingly dependabot wouldn't take care of.
We now only use dependabot to update github actions.

This revives what I had initially proposed in rust-lang#2895 in light of rust-lang#2940.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

1 participant