blob: 0e3f6b168be6b602b8ced5181e712c7b26b6dde1 [file] [log] [blame]
crate struct Bender { //~ ERROR `crate` visibility modifier is experimental
earth: bool,
fire: bool,
air: bool,
water: bool,
}
fn main() {}