-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bug: ICE upvar self borrowed but not mutably./ #6672
Comments
Do you mean https://github.com/mthom/scryer-prolog? I can't reproduce the ICE on it. Can you provide a minmal reproduction? FYI I used versions below.
|
Yes, that is the repository I'm talking about. I'm not sure what a minimal reproduction would look like. The ICE occurred (and continues to occur) on my branch of scryer-prolog located here https://github.com/brightly-salty/scryer-prolog/tree/clippy-warnings. |
Thanks for more info! I reproduced the ICE on your branch, not master branch. backtrace
|
@giraffate Looks like it might be similar to/a duplicate of rust-lang/rust#81700. I'll keep this issue up until that commit gets into rust-nightly, and then test again. If it works, I'll close the issue. Does that sound good? |
Looks good, thanks! |
I tried again on versions below, ICE doesn't happen. It seems to be fixed, so I'm closing this.
|
I recieved this unexpected output when running
cargo clippy
on a branch of scryer-prolog:The text was updated successfully, but these errors were encountered: