-
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
Generic Types are resolving to {unknown}
#18701
Comments
I cannot reproduce. It shows |
I am not using any build scripts in my source, but if a repository helps, here is the line https://github.com/TheColorRed/planet-game/blob/5d5ca326660d63506d7a15a3d1d53c80afa937ef/packages/celestial_bodies/src/planet.rs#L23 It seems to now work, I am not sure why it keeps working, then breaking... |
You don't, but |
@xianziljl This is an unrelated issue; you probably have a corrupted sysroot. Try |
When using the latest version
v0.3.2220
, my types are not getting resolved property, however, rolling back tov0.3.2212
the types are resolving. This is causing suggestions to not show.The tool thinks
base: Base<Node2D>
isbase: Base<{unknown}>
.rust-analyzer version: v0.3.2220
rustc version: 1.83.0
editor or extension: VSCode
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: