Variables in const generic blocks have unresolvedReference
as their semantic type
#18236
Labels
C-bug
Category: bug
unresolvedReference
as their semantic type
#18236
rust-analyzer version: 0.4.2133-standalone
rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
editor or extension: VSCode
relevant settings:
code snippet to reproduce:
Notice how both constant and variable (
a
andA
) semantic types are determined correctly in the function, but not in the const generic block + type hints are not availableThe text was updated successfully, but these errors were encountered: