Skip to content

ARM (is a thing, that exists) #34

Closed
@blueforesticarus

Description

@blueforesticarus

When compiling on arm (specifically aarch64-unknown-linux-gnu):

error[E0308]: mismatched types
   --> /var/lib/terminus/.cargo/registry/src/github.1485827954.workers.dev-1ecc6299db9ec823/swipl-0.3.10/src/blob.rs:263:19
    |
263 |     result.name = name.as_ptr() as *mut i8;
    |     -----------   ^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
    |     |
    |     expected due to the type of this binding
    |
    = note: expected raw pointer `*mut u8`
               found raw pointer `*mut i8`

related: rust-lang/rust#48633

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions