]> git.proxmox.com Git - rustc.git/blame - src/test/ui/removing-extern-crate.fixed
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / removing-extern-crate.fixed
CommitLineData
b7449926 1// edition:2018
94b46f34
XL
2// aux-build:removing-extern-crate.rs
3// run-rustfix
4// compile-pass
5
6#![warn(rust_2018_idioms)]
7#![allow(unused_imports)]
8
9
10
11
12mod another {
13
14
15}
0531ce1d 16
5bcae85e 17fn main() {}