-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 in collect_and_partition_mono_items #57430
Comments
This seems to have disappeared on the newest nightly (it now compiles fine and runs). So let's close this and thanks :-) (if anyone has an idea what happened here, where it got fixed or has a shorter example that can be put into a test, that would still be nice) |
This ICE is back on Clone this commit of $ cargo b -p noria-server (it takes a while) You'll then end up with:
|
Minified in #69785. |
I don't really know where to start minimizing this thing. The code is a nasty beast and not everything in the repository compiles right now (I'm currently struggling with HRTBs in there and such). Anyway:
cargo +nightly-2019-01-07 run --package spirit-reqwest --example make_request
It runs fine with
rustc 1.33.0-nightly (9eac38634 2018-12-31)
, but fails with:The text was updated successfully, but these errors were encountered: