mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Complete paths after ::
This commit is contained in:
parent
7ffc7d3308
commit
edeec6a414
5 changed files with 5 additions and 9 deletions
|
@ -224,7 +224,7 @@ mod tests {
|
|||
fn test_completion_self_path() {
|
||||
check_scope_completion(
|
||||
r"
|
||||
use self::m::B<|>;
|
||||
use self::m::<|>;
|
||||
|
||||
mod m {
|
||||
struct Bar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue