mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-23 03:44:23 +00:00
7 lines
81 B
Rust
7 lines
81 B
Rust
use *;
|
|
use ::*;
|
|
use ::{};
|
|
use {};
|
|
use foo::*;
|
|
use foo::{};
|
|
use ::foo::{a, b, c};
|