-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Constants in arrays are not resolved yet #7432
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
Labels
A-ty
type system / type inference / traits / method resolution
S-actionable
Someone could pick this issue up and work on it right now
Comments
Blocked on #7434 |
With #11915 we should mostly resolve the paths in that position for IDE purposes (opposed to type checking and such) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-ty
type system / type inference / traits / method resolution
S-actionable
Someone could pick this issue up and work on it right now
Const generics highlighting is still very new, so this is kinda expected to not really work fully yet. One case I've noticed are constants in arrays:
Neither const generics nor normal constants are resolved (unresolvedReference / brown color).
The text was updated successfully, but these errors were encountered: