4 lines
64 B
Rust
4 lines
64 B
Rust
|
#[warn(structural_records)];
|
||
|
fn main() {
|
||
|
let _foo = {x:5};
|
||
|
}
|