9 lines
157 B
Rust
9 lines
157 B
Rust
crate struct Bender { //~ ERROR `crate` visibility modifier is experimental
|
|
earth: bool,
|
|
fire: bool,
|
|
air: bool,
|
|
water: bool,
|
|
}
|
|
|
|
fn main() {}
|