2021-04-12 21:06:11 +02: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 21:06:11 +02:00
|
|
|
}
|
2022-05-01 19:05:35 +02:00
|
|
|
//~^ ERROR expected one of `,` or `>`, found `}`
|