]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3241.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[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 }