mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 08:57:36 +00:00
8 lines
145 B
Rust
8 lines
145 B
Rust
![]() |
whoops() {}
|
||
|
//~^ ERROR missing `fn` for function definition
|
||
|
//~| HELP add `fn` here to parse `whoops` as a function
|
||
|
|
||
|
fn main() {
|
||
|
whoops();
|
||
|
}
|