-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Simplify how inline asm handles MaybeUninit
#149950
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
base: main
Are you sure you want to change the base?
Conversation
|
rustbot has assigned @jdonszelmann. Use |
|
Could you also update the same code in rustc_codegen_cranelift? rust/compiler/rustc_codegen_cranelift/src/inline_asm.rs Lines 860 to 872 in eb171a2
|
df44a57 to
cfb6a1f
Compare
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
|
@taiki-e good catch, I've updated it too. |
This is just better, but this is also allows it to handle changes from #149614 (i.e.
ManuallyDropcontainingMaybeDangle).