Complete paths after ::

This commit is contained in:
Aleksey Kladov 2018-11-21 18:34:20 +03:00
parent 7ffc7d3308
commit edeec6a414
5 changed files with 5 additions and 9 deletions

View file

@ -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;