error: parenthesized lifetime bounds are not supported --> $DIR/trait-object-lifetime-parens.rs:13:19 | LL | fn f() {} //~ ERROR parenthesized lifetime bounds are not supported | ^ error: parenthesized lifetime bounds are not supported --> $DIR/trait-object-lifetime-parens.rs:16:26 | LL | let _: Box; //~ ERROR parenthesized lifetime bounds are not supported | ^ error: expected type, found `'a` --> $DIR/trait-object-lifetime-parens.rs:17:17 | LL | let _: Box<('a) + Copy>; //~ ERROR expected type, found `'a` | - ^^ | | | while parsing the type for `_` error: aborting due to 3 previous errors