Skip to content

wrong documentation is shows for println macro #13974

Closed
@santhosh-tekuri

Description

@santhosh-tekuri

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

expected behaviour:
it should show doc for println from async_std

Metadata

Metadata

Assignees

Labels

A-idegeneral IDE featuresA-macromacro expansionA-nameresname, path and module resolutionC-bugCategory: bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions