5 lines
113 B
Rust
5 lines
113 B
Rust
main() {
|
|
//~^ ERROR missing `fn` for function definition
|
|
//~| HELP add `fn` here to parse `main` as a function
|
|
}
|