Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

float 32 isn't allowed by the compiler #23

Closed
sdancer opened this issue Nov 2, 2022 · 0 comments
Closed

float 32 isn't allowed by the compiler #23

sdancer opened this issue Nov 2, 2022 · 0 comments

Comments

@sdancer
Copy link

sdancer commented Nov 2, 2022

    // size cannot be used with float
    match categories {
        SegmentOptionCategories {
            typ: Some(Float { .. }),
            size: Some(opt),
            ..
        } => err(ErrorType::FloatWithSize, opt.location()),
        _ => Ok(categories.segment_type()),
    }
erlang floats: 
expected one of the supported sizes 16, 32, or 64
@sdancer sdancer closed this as completed Nov 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant