summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3241.rs
blob: 090284a21fdce001724746a5256e53b57992b5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustfmt-edition: 2018

use ::ignore;
use ::ignore::some::more;
use ::{foo, bar};
use ::*;
use ::baz::{foo, bar};

fn main() {
    println!("Hello, world!");
}