1 2 3 4 5 6
mod MyMod {} fn main() { let myVar = MyMod { T: 0 }; //~^ ERROR expected struct, variant or union type, found module `MyMod` }