-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Infinite loop in trait solving #1269
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
Comments
It's not an infinite loop, just a very long one ;) Are you on current master? I thought I made sure that with #1266 it worked again. |
Yes i am in master (b22614f) , and i waited over 10 mins :), although my pc is quite old. (Windows i5-4440). |
Hm, I must have accidentally tested with the wrong binary :( I'll look into it. |
#1270 should fix this for rust-analyzer for now, at least it works for me again now. We need rust-lang/chalk#227 or something like that to make sure this can never happen, though. |
Closed #1270 |
When i try to run
ra_cli analysis-stats
onrust-analysis
source code, it seem to be going in infinite loop inside https://github.com/rust-analyzer/rust-analyzer/blob/b22614f0b500c351d3abf33a4ed6beaea6861bca/crates/ra_hir/src/ty/traits.rs#L94Is it because of the
fuse
things in Chalk we are talking in Zulip , or other reasons ?The text was updated successfully, but these errors were encountered: