You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?