rust/src/test/ui/removing-extern-crate.fixed
2019-07-03 06:30:28 +09:00

18 lines
218 B
Rust

// edition:2018
// aux-build:removing-extern-crate.rs
// run-rustfix
// build-pass (FIXME(62277): could be check-pass?)
#![warn(rust_2018_idioms)]
#![allow(unused_imports)]
mod another {
}
fn main() {}