-
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
ICE on borrow check check_loans
on stable
#63932
Comments
Does the ICE occur on nightly? |
Minimal reproduction on stable... |
It does not appear to happen on a recent nightly:
|
It also doesn't appear to happen on the beta: https://play.rust-lang.org/?version=beta&mode=debug&edition=2018&gist=4cbfb864281c82276dc0b3c363888298 |
It doesn't appear on beta either. Ostensibly we could do a point release but I'm thinking that's unlikely as this only makes an ICE into an error. |
It seems like it would be ok to just let the beta promote... Perhaps we can wait and see. If more people run into this, it might be worth fixing. Otherwise, I would just wait it out. |
check_lones
on stablecheck_loans
on stable
Check-in from compiler triage: This bug exists on stable but has been fixed on beta/nightly and is not considered high priority. I'm going to close the issue as fixed for now. Thanks for the report! |
I don't know how to minimize this...
The text was updated successfully, but these errors were encountered: