]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3241.rs
Merge pull request #3500 from rchaser53/issue-3499
[rust.git] / 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 }