-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE: collect_and_partition_mono_items #96703
Comments
addendum, exact version of deps: [dependencies]
tokio = { version = "=1.18.1", features = ["full"] }
warp = "=0.3.2"
hyper = "=0.14.18" |
Unable to reproduce:
Maybe it's an issue related to the x86_64-apple-darwin target? |
I can reproduce it on |
Appears to have disappeared in |
searched nightlies: from nightly-2022-05-04 to nightly-2022-08-26 bisected with cargo-bisect-rustc v0.6.4Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc github --start 2022-05-04 --end nightly-2022-08-26 --regress non-ice Which is #98614, though that PR fixes an issue with a different-looking ICE and a soundness issue… |
Bisecting the other way shows that this ICE was also a regression. Precisely at #94081 like the two issues fixed by #98614. So I suppose I think it’s fairly safe to assume that this issue has been properly fixed, too? cc @oli-obk. @rustbot label -E-needs-mcve. (because if this is fixed, the effort of minimization might not be worth it…) |
Ohai! Unfortunately I wasn't able to reduce this further, it must be some
warp
voodoo causing this…Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: