mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +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([=(}
|