mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-03 13:37:37 +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([=(}
|