7 lines
93 B
Rust
7 lines
93 B
Rust
|
fn main() {
|
||
|
|
|
||
|
}
|
||
|
//~^ ERROR expected `|`, found `}`
|
||
|
|
|
||
|
//~^ ERROR expected item, found `|`
|