-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Parameter inlay hint offsetting the argument names #2874
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
Comments
The variable |
Also, the |
Yes, also |
What does 'go to definition' on the method call go to? |
It goes to https://docs.rs/cranelift-module/0.56.0/cranelift_module/trait.Backend.html#tymethod.declare_data instead of the https://docs.rs/cranelift-module/0.56.0/cranelift_module/struct.Module.html#method.declare_data I meant. The former does indeed have |
Method resolution doesn't look at the parameters (except |
I don't think there is any blanket impl for |
Also, is there a reason why there are no hints for non-literals ? |
This is the reason, I believe: #1618 |
I haven't seen this problem in a long time. |
The text was updated successfully, but these errors were encountered: