Skip to content

non_std support issue in toml v0.92 #1018

@bodzhang

Description

@bodzhang

I tried toml v0.92 in non_std environment for x86_64-unknown-none target, with features = ["parse", "serde"].

The build complains about f64::copysign() method in value.rs is not available. By patching the code to use libm::copysign, I was able to get the build and test pass.

Can the toml-rs team confirm whether this is a bug?

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