1 2 3 4 5 6 7 8 9 10 11
// rustfmt-edition: 2018 use ::baz::{bar, foo}; use ::ignore; use ::ignore::some::more; use ::*; use ::{bar, foo}; fn main() { println!("Hello, world!"); }