mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-04 09:18:46 +00:00
8 lines
81 B
Rust
8 lines
81 B
Rust
|
use *;
|
||
|
use ::*;
|
||
|
use ::{};
|
||
|
use {};
|
||
|
use foo::*;
|
||
|
use foo::{};
|
||
|
use ::foo::{a, b, c};
|