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
I am using rust-analyzer with vscode.
use async_std::println; fn main() { println!("Hello, world!"); }
actual behavior: when I hover mouse over println in main function, the documentation tooltip show doc for println from std::macros
println
std::macros
expected behaviour: it should show doc for println from async_std
async_std
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
macro_use
9b33874
Kohei316
Successfully merging a pull request may close this issue.
I am using rust-analyzer with vscode.
actual behavior:
when I hover mouse over
println
in main function, the documentation tooltip show doc forprintln
fromstd::macros
expected behaviour:
it should show doc for
println
fromasync_std
The text was updated successfully, but these errors were encountered: