aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/0115_use_alias.rs
blob: c7a141bbd30d057736ec3aee1c6a3e37af2cfdfc (plain)
1
2
3
4
5
6
7
use some::path as some_name;
use some::{
 other::path as some_other_name,
 different::path as different_name,
 yet::another::path,
 running::out::of::synonyms::for::different::*
};