We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
saying that the crate name is ab-c, expectedName can be ab-c but RA will return ab_c
ab-c
ab_c
coc-rust-analyzer/src/commands.ts
Line 410 in 420eb49
The text was updated successfully, but these errors were encountered:
btw this happens in test item
Sorry, something went wrong.
but RA will return ab_c
Looks like it's RA's issue.
fannheyward
No branches or pull requests
saying that the crate name is
ab-c
, expectedName can beab-c
but RA will returnab_c
coc-rust-analyzer/src/commands.ts
Line 410 in 420eb49
The text was updated successfully, but these errors were encountered: