blob: 313ec76d8be78d2187640734eb30fa5c63a1707f [file] [log] [blame]
// xfail-stage0
// error-pattern:+ cannot be applied to type `rec(bool x)`
fn main() { let x = {x: true} + {x: false}; }