]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issues/issue-84117.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-84117.rs
1 fn main() {
2 let outer_local:e_outer<&str, { let inner_local:e_inner<&str, }
3 //~^ ERROR expected one of `>`, a const expression
4 //~| ERROR expected one of `>`, a const expression, lifetime, or type, found `}`
5 //~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
6 //~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
7 //~| ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
8 }
9 //~^ ERROR expected one of `,` or `>`, found `}`