-
Notifications
You must be signed in to change notification settings - Fork 13.3k
"type annotations required" errors in 1.28 beta #51844
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
Comments
I fixed this in openml (mbillingr/openml-rust@96d7877) by changing |
I don't see any errors in the build log of my crate. The fold issue was spotted and fixed a few weeks ago here. It seems like the issue in other crates is because they depend on old versions. Any clue why this breaking change started happening? I don't think I can release a |
Copy-pasted the link for the wrong version, sorry. This is the one for 0.1.1.
I haven't investigated this yet. If it's a bug in the compiler we'll get this fixed before 1.28 reaches stable. |
Is it possible to backport the fix? The current version is |
You can publish a 0.1.2 |
Alright, I've released |
I also changed my code to @pietroalbini this process of checking the beta compiler by compiling actual crates is awesome. Is there any place in which I can read more about how it works? |
@r-darwish I think crater is the tool in use. |
Ping @rust-lang/libs, any news on this? |
We'll be discussing this in this week's triage meeting |
The conclusion of said discussion is that we're going to leave this as-is, but if any crates have difficulty updating we're more than willing to help! |
Mles-client build is failing due to dependencies, thus it should work now as the dependencies are fixed. Just made a build with nightly, runs smoothly. So it was just miscategorized here. |
A bunch of crates failed to compile in 1.28 beta with error messages like these:
Also, the following crates are failing because they depend ontokio-dns-unofficial
:tokio-postgres regressed from stable to beta (build log)tokio-tungstenite regressed from stable to beta (build log)GitHub repo grotsev/http_port regressed from stable to beta (build log)The text was updated successfully, but these errors were encountered: