error: expected expression, found `)` --> $DIR/trait-path-expressions.rs:8:39 | LL | fn f1<'a>(arg : Box>) {} | - ^ expected expression | | | while parsing a const generic argument starting here error: expected one of `,`, `:`, or `>`, found `=` --> $DIR/trait-path-expressions.rs:18:36 | LL | fn f2<'a>(arg : Box>) {} | - ^ expected one of `,`, `:`, or `>` | | | maybe try to close unmatched angle bracket | help: you might have meant to end the type parameters here | LL | fn f2<'a>(arg : Box = 32 >>) {} | + error: aborting due to 2 previous errors