We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3eee commit d01f131Copy full SHA for d01f131
src/librustc_error_codes/error_codes/E0601.md
@@ -1,5 +1,6 @@
1
-No `main` function was found in a binary crate. To fix this error, add a
2
-`main` function. For example:
+No `main` function was found in a binary crate.
+
3
+To fix this error, add a `main` function:
4
5
```
6
fn main() {
0 commit comments