-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Compilation Fails on Latest Nightly #55
Comments
The compilation works on the nightly build on 2021-01-31. |
Here is an example build: https://github.com/testcontainers/testcontainers-rs/runs/1811323780?check_suite_focus=true |
It looks like |
Looks like rust nightly will revert the change until lexical-core can implement a suitable fix. |
Got the same error in https://github.com/webrtc-rs/ice/runs/1836585080 |
This fixes the compile error that made 0.7.4 fail to build with recent Nightly compilers (in turn failing our PRs #1459 and #1461). The change in Nightly was reverted, giving lexical-core time to get fixed (Alexhuszagh/rust-lexical#55). Now that that's done, we can expect the change to be re-introduced into Nightly, and so we have to update to lexical-core 0.7.5 lest our build breaks again.
Needed to avoid Alexhuszagh/rust-lexical#55 in later Rust releases.
Without this, bumping Rust version to 1.52.1 would fail. See Alexhuszagh/rust-lexical#55 for more details.
Description
When building the crate with the latest nightly, the compilation fails with 27 errors.
Prerequisites
rustc 1.51.0-nightly (d4e3570db 2021-02-01)
All of them are E0308 and E0277
The text was updated successfully, but these errors were encountered: