]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/imports-reorder-lines-and-items.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / imports-reorder-lines-and-items.rs
CommitLineData
f20569fa
XL
1use std::cmp::{a, b, c, d};
2use std::ddd::aaa;
3use std::ddd::{a, b, c as g, d as p};
4/// This comment should stay with `use std::str;`
5use std::str;
6// This comment should stay with `use std::ddd:bbb;`
7use std::ddd::bbb;