b05d36228e
This reverts commit 04c661ba021730bc13d33c6d55cb9aad05026f36.
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() {}
|