]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3241.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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 }