2021-04-12 14:06:11 -05:00
|
|
|
fn main() {
|
|
|
|
let outer_local:e_outer<&str, { let inner_local:e_inner<&str, }
|
|
|
|
//~^ ERROR expected one of `>`, a const expression
|
|
|
|
//~| ERROR expected one of `>`, a const expression, lifetime, or type, found `}`
|
2021-08-01 19:55:48 -05:00
|
|
|
//~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
|
|
|
|
//~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
|
|
|
|
//~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
|
2021-04-12 14:06:11 -05:00
|
|
|
}
|
2022-05-01 12:05:35 -05:00
|
|
|
//~^ ERROR expected one of `,` or `>`, found `}`
|