-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
tests: add repr/transparent test for aarch64 #130466
Conversation
Moves `transparent-struct-ptr.rs` to `transparent-byval-struct-ptr.rs` and then adds a new `transparent-opaque-ptr.rs` for aarch64.
rustbot has assigned @Mark-Simulacrum. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this seems reasonable.
Please r=me after PR CI is green. The remark is not blocking. |
@bors r+ |
@bors r=jieyouxu |
💡 This pull request was already approved, no need to approve it again.
|
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#130466 (tests: add repr/transparent test for aarch64) - rust-lang#130468 (Make sure that def id <=> lang item map is bidirectional) - rust-lang#130499 (Add myself to the libs review rotation) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#130466 - davidtwco:aarch64-transparent-test, r=jieyouxu tests: add repr/transparent test for aarch64 Fixes rust-lang#74396. Moves `transparent-struct-ptr.rs` to `transparent-byval-struct-ptr.rs` and then adds a new `transparent-opaque-ptr.rs` for aarch64.
Fixes #74396.
Moves
transparent-struct-ptr.rs
totransparent-byval-struct-ptr.rs
and then adds a newtransparent-opaque-ptr.rs
for aarch64.