]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3241.rs
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-2021-12-31
[rust.git] / src / tools / rustfmt / tests / target / issue-3241.rs
1 // rustfmt-edition: 2018
2
3 use ::baz::{bar, foo};
4 use ::ignore;
5 use ::ignore::some::more;
6 use ::*;
7 use ::{bar, foo};
8
9 fn main() {
10     println!("Hello, world!");
11 }