]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/imports/imports-reorder.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / imports / imports-reorder.rs
1 // rustfmt-normalize_comments: true
2
3 use path::{self /* self */, /* A */ A, B /* B */, C};
4
5 use {aa, ab, ac, b, Z};