blob: 68cb2865fdc824526712c6fcea11691015600e42 [file] [log] [blame]
mod foo {}
fn main() {
let p = foo { x: () }; //~ ERROR expected struct, variant or union type, found module `foo`
}