]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3241.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[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 }