-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Hover details show unexpected crate name/path #5771
Comments
|
I see - I figured that something like this would be the case. Is there a way to get the re-exported path instead? |
Rustc has the same problem with error messages: rust-lang/rust#21934 |
Figures someone reported it 5 years before me. I understand that this isn't a priority for most people, I'll keep an eye on it though. Thank you 💯 |
Hey! I hope that this hasn't been posted before. I searched and could not find anything.
I expect the first line of the hover details to show
std::collections::HashMap
. Instead, it showsstd::collections::hash::map
.The text was updated successfully, but these errors were encountered: