-
Notifications
You must be signed in to change notification settings - Fork 182
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
Compile error with recent nightly toolchain #3060
Comments
Reproduces in our nightly CI: https://github.com/unicode-org/icu4x/actions/runs/4065155193/jobs/6999477972 |
This is due to rust-lang/rust#104429 , which I had believed we had mitigated but I guess not. The fix is to not autoderive PartialEq |
How come it is failing the |
Yeah our nightly CI task takes a big hammer and whacks every place we set a toolchain, regardless of purpose |
Well I inverted these on purpose. We probably don't really need check to run for nightly anyway, it's good as a quick signal for PRs, but it doesn't discover anything that test wouldn't. |
I really need to get around to building that nightly CI slackbot |
rustc version:
rustc 1.69.0-nightly (dc1d9d50f 2023-01-31)
Reproduce: run
cargo test
at the root directory. (Mayberust-toolchain
should be deleted first.)The text was updated successfully, but these errors were encountered: