-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Rust-analyzer or VS code error #7458
Comments
Duplicate of #7434 |
I don't think this is related to #7434. (That issue is about const parameters, not bodies of const items, which we do already handle.) The issue is a bit unclear, but I think what @dickytamara is referring to is that the parameter hints |
here another example, like @flodiebold says heruistic more resonable for now |
The problem is that we check if the expression has the argument name as a prefix or postfix and since your hexadecimal numbers have a trailing |
yes @Veykril , hints disappear when we have same postfix. i found this when editing large set of predefined table value. |
I have code like this
Vs-code
please look at variable that printed on const LOOKUPVALUE "a:" and "b:"
The text was updated successfully, but these errors were encountered: