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