mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 11:52:34 +00:00
10 lines
559 B
Rust
10 lines
559 B
Rust
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 `}`
|
|
//~| 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 `,`
|
|
}
|
|
//~^ ERROR expected one of `,` or `>`, found `}`
|