mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-26 19:47:35 +00:00
10 lines
309 B
Rust
10 lines
309 B
Rust
// error-pattern: this file contains an unclosed delimiter
|
|
// error-pattern: this file contains an unclosed delimiter
|
|
// error-pattern: expected pattern, found `=`
|
|
// error-pattern: expected one of `)`, `,`, `->`, `where`, or `{`, found `]`
|
|
// error-pattern: expected item, found `]`
|
|
|
|
fn main() {}
|
|
|
|
fn p([=(}
|