4 lines
119 B
Rust
4 lines
119 B
Rust
// xfail-stage0
|
|
// error-pattern:+ cannot be applied to type `{x: bool}`
|
|
|
|
fn main() { let x = {x: true} + {x: false}; } |