-
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
Crash on "Internal error, cycle detected:" #3883
Comments
@matklad any idea how can I help on this? I tried to look into the code, but got lost really fast. (I know that we have cyclic dependencies via |
@flodiebold any idea maybe? |
@bkchr the |
Ty for fixing this! ❤️ And not, it should not depend on itself: paritytech/substrate#6444 |
If that actually works and has an effect though, we might need to handle it differently... |
I think the main problem is that we have other cyclic dependencies as well. But the other ones don't depend on themself directly. You just end up with a reference to your own crate because you import some different crate as dev dependency.
|
Rust analyzer crashes on
rust-analyzer analysis-stats .
with:Repository: https://github.com/paritytech/substrate
The text was updated successfully, but these errors were encountered: