-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Compiler panics using rls #54551
Comments
Some previous discussion in the RLS repo: |
@arturoc do you have a project which causes this ICE? I'm trying to investigate but can't reproduce |
The project where i was getting those errors is too big and not public but i believe this might be related with re-exporting symbols. rin::math::Point in the error is actually https://github.com/arturoc/na Point being re-exported which in turn is re-exporting https://github.com/rustsim/nalgebra Point |
I'm getting a similar error, in a similarly private large workspace project (module path edited):
rustc 1.30.1 (1433507 2018-11-07) running on x86_64-unknown-linux-gnu |
Having the same issue right now on a hello-world-ish repo of mine. RLS output:
While it is not a huge issue for me right now, I thought it would be a good idea to just give you an example of the issue to investigate it. |
Closing this as RLS has been deprecated |
While using rls the compiler seems to panic with the following error message:
The text was updated successfully, but these errors were encountered: