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