-
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
Autocomplete/hover broken for struct #14940
Comments
We're running into the same chalk bug as #14369. This should be fixed by rust-lang/chalk#792. |
@lowr should we ping jackh726 on that chalk PR? https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types/topic/Chalk.20needs.20some.20love |
I was particularly not really comfortable with pinging people (yes, I'm aware of that convo on zulip), but meanwhile that PR got merged finally! Now things are blocked on syn 2 upgrade I guess? |
thanks for the ping! anyway, closing as already fixed. |
in
Cargo.toml
:in
main.rs
:...no suggestions are given for
struct Server
. if a proper function call is used, for examplethen even after the code successfully compiles, hover is broken for
new()
.EDIT: when specifying the types, suggestions still don't work, but hover/jump to definition do work after typing the function name.
for example,
rust-analyzer version: 0.3.1533-standalone (505fd09 2023-05-28)
rustc version: 1.69.0
The text was updated successfully, but these errors were encountered: