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