Skip to content

FFI support for i128/u128 #597

Open
Open
@madsmtm

Description

@madsmtm

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

No one assigned

    Labels

    A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions