mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Slightly expand test
This commit is contained in:
parent
7ec03439a8
commit
2382dce2d3
1 changed files with 3 additions and 0 deletions
|
@ -3198,6 +3198,9 @@ fn f() {
|
|||
().method();
|
||||
//^^^^^^^^^^^ {unknown}
|
||||
}
|
||||
|
||||
().method();
|
||||
//^^^^^^^^^^^ {unknown}
|
||||
}
|
||||
"#,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue