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?