Closed ThinkRedstone closed 3 months ago
I meet same error today, I am using rust 1.82.0 nightly and rust_decimal 1.35.0 as a dependency
should be same as https://github.com/paupino/rust-decimal/issues/669
i'm facing the same issue.
Should be the same as #669, which has a workaround in place until a release is cut.
Leaving this open until the release is out to avoid more dups.
i accidentally compiled my production code after removing the features, Sadly idk why i add the feature before.
How to reproduce:
Create a new binary / library with the following dependency:
Now builds will fail with a compilation error originating in rust-decimal:
My compiler:
I'm not sure what introduced this issue, but the newest version without it is v1.27.0. Is this on purpose and I missed some part of documentation?