Skip to content
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

Incoming breakage due to a correctness fix in the language #1

Open
oli-obk opened this issue Jul 31, 2023 · 0 comments
Open

Incoming breakage due to a correctness fix in the language #1

oli-obk opened this issue Jul 31, 2023 · 0 comments

Comments

@oli-obk
Copy link

oli-obk commented Jul 31, 2023

We are preparing the compiler for a new trait solver, which will allow us to close a whole group of soundness bugs that have been plagueing us for years. Unfortunately this also means that a specific kind of overlapping trait impls that your crate uses is going to be rejected. Since your crate was the only crate on all of crates.io that we found to be using this pattern, we're likely going to be moving forward with doing this change. It won't break your crate for a while yet, but your crate will emit a lint that will at some point become a hard error.

See https://crater-reports.s3.amazonaws.com/pr-114023-1/try%2308441e81149850f42fc7dca57e00378ff0794572/reg/interval-map-0.1.1/log.txt for the new future incompat lint that will be emitted soon

See rust-lang/rust#114023 for the change itself and links to the reasoning for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant