FFI support for i128
/u128
#597
Labels
A-objc2
Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` crates
enhancement
New feature or request
rustc
recently 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
objc2
by implementingEncode
/RefEncode
for these types, at least once Rust removes them from theincompatible_c_types
lint (tracking issue).The text was updated successfully, but these errors were encountered: