-
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
report bug #103081
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Could you share the code to reproduce the ICE? |
Also, could you verify that this issue is still present on the latest nightly version?
|
@Nilstrieb I was about to submit an issue with (I think) this very same issue. In the hopes that this helps (and yes, it is still present in the latest nightly version) although the compiler seems to point to a slightly different line. Unfortunately I wasn't successful replicating it with "simple" code. This just started popping up in one of my codebases. Meta
Error output
Backtrace
|
Ok, here's a minimal reproducible https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=b43429b7dd2b8bced5616a9178a32b36 It requires an external crate:
|
Also running into this with Warp — I'm not skilled enough to construct an MVCE, though. I wonder if the |
I'm gonna close this as duplicate of #105009 (thanks @compiler-errors for the bisection, I'll mention in that issue) @rustbot label -E-needs-mcve |
Code
<code>
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: