mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
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
|
|
}
|