-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Internal Compiler Error #93690
Comments
@rustbot label E-needs-bisection |
bisection points to commit e0e70c0 searched nightlies: from nightly-2021-12-01 to nightly-2022-02-23 bisected with cargo-bisect-rustc v0.6.1Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --start=2021-12-01 --script=./test.sh --regress non-error
@rustbot label -E-needs-bisection |
Assigning priority as discussed in the Zulip thread of the Prioritization Working Group. @rustbot label -I-prioritize +P-medium |
At a guess, the original code has a compile error ( So it seems that the suggestion is auto-applied and then we attempt to autoref based upon that, but there's no existing reference so we ICE? |
I think this is fixed by #94438 (great work @compiler-errors) I can't reproduce on the latest nightly |
The issue is fixed on nightly but still present on beta, and I beta-nominated the PR that fixed it. I'm going to close this issue now. |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: