mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Resolve paths to assoc items for traits
This commit is contained in:
parent
7a17206646
commit
97d63d67cd
3 changed files with 32 additions and 19 deletions
|
@ -2077,6 +2077,7 @@ pub struct B$0ar
|
|||
"#]],
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_hover_intra_link_reference_to_trait_method() {
|
||||
check(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue