-
Notifications
You must be signed in to change notification settings - Fork 70
FFI support for i128/u128 #597
Copy link
Copy link
Closed
Labels
A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesAffects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesenhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesAffects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesenhancementNew feature or requestNew feature or request
rustcrecently implemented support for the correct ABI fori128/u128, see this blog post and rust-lang/rust#54341, in particular by increasing the alignment.We should reflect this as well in
objc2by implementingEncode/RefEncodefor these types, at least once Rust removes them from theincompatible_c_typeslint (tracking issue, PR).