2024-07-06 13:14:53 +03:00
|
|
|
error: missing `fn` or `struct` for function or struct definition
|
|
|
|
|
--> $DIR/missing-fn-issue-65381-2.rs:1:1
|
|
|
|
|
|
|
|
|
|
|
LL | main();
|
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
|
|
help: if you meant to call a macro, try
|
|
|
|
|
|
|
2025-02-13 02:54:07 +00:00
|
|
|
LL | main!();
|
2025-02-13 03:21:25 +00:00
|
|
|
| +
|
2024-07-06 13:14:53 +03:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|