bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
cd599ec
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0020_use_star.rs
Raw
1
2
3
4
use *; use ::*; use some::path::{*}; use some::path::{::*};