-
Notifications
You must be signed in to change notification settings - Fork 41
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
Failure to compile on Rust nightly 1.70.0 #432
Comments
Thank you for the report! I've verified that it is present on It seems more like a I'll probably submit a regression report upstream in the next few days (if you don't do it first?). |
Since you actually know about the soundness of your code, I'd be glad if you could submit it 🙂 |
I'm not sure if the |
@fee1-dead be aware that the main issue here that it's a regression from stable to nightly since the latest stable builds this code just fine. I could submit bug report as well though, but I'm not a maintainer of this crate, and not sure I can clearly express the issue other than saying that code was fine on stable for like near a year. |
I wasn't denying that the regression exists. I was mainly coming from a rustc maintainer perspective since I approved the linked PR above. To find the actual change that caused this would involve cargo-bisect-rustc. I don't have time to run that right now, but opening a rust-lang/rust issue would help as well. |
Opened upstream ticket rust-lang/rust#109632 |
I'd like to wait and see what happens upstream, since it is a |
Update: I've created a new version @fee1-dead created rust-lang/rust#109684, so I suspect that the issue will be fixed properly soon - I will keep this issue open until that happens. |
This has been fixed in |
I'm not using this crate at all, but it is a transient dependency of mine and I recently got a CI failure.
It seems like
objc2-0.3.0-beta.3.patch-leaks.2
fails to compile on Rust nightly 1.70.0, but compiles on nightly 1.69.0.The text was updated successfully, but these errors were encountered: