Skip to content

Newtype structs as immediates - #7543

Closed
sanxiyn wants to merge 2 commits into
rust-lang:masterfrom
sanxiyn:newtype-immediates
Closed

Newtype structs as immediates#7543
sanxiyn wants to merge 2 commits into
rust-lang:masterfrom
sanxiyn:newtype-immediates

Conversation

@sanxiyn

Copy link
Copy Markdown
Contributor

Fix#6612. Rebase of #6725. Fixed an additional bug and added a test.

@pcwalton

Copy link
Copy Markdown
Contributor

Yay, good fix!

@emberian

Copy link
Copy Markdown
Contributor

benchmark

@sanxiyn

Copy link
Copy Markdown
ContributorAuthor

Build failed with "llvm-mc: No such file or directory". Any idea?

@thestinger

Copy link
Copy Markdown
Contributor

@sanxiyn: I pushed a commit forcing an LLVM rebuild to master, we'll see if that fixes it.

bors added a commit that referenced this pull request Jul 4, 2013
Fix#6612. Rebase of #6725. Fixed an additional bug and added a test.
@borsbors closed this Jul 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 3, 2021
Add module_style lint to style
changelog: Add new [`module_style`] style lint
This is a configurable (no mod file/mod file) lint that determines if `mod.rs` is used consistently or if `mod.rs` is never used (using the new mod layout).
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7543: Grammar fixes r=Kushagra-0801 a=Kushagra-0801
I think line 235 is still wrong, but I am not sure.
Is the `crated/tt` in line 252 supposed to be `crates/tt`?
Co-authored-by: Kushagra Gupta <39802979+Kushagra-0801@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small structs should be passed in registers

6 participants

@sanxiyn@pcwalton@emberian@thestinger@catamorphism@bors