-
Couldn't load subscription status.
- Fork 63
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
Description
rustc recently implemented support for the correct ABI for i128/u128, see this blog post and rust-lang/rust#54341, in particular by increasing the alignment.
We should reflect this as well in objc2 by implementing Encode/RefEncode for these types, at least once Rust removes them from the incompatible_c_types lint (tracking issue, PR).
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