mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
10 lines
333 B
Plaintext
10 lines
333 B
Plaintext
error[E0601]: `main` function not found in crate `test_function_elided_no_main`
|
|
--> $DIR/test-function-elided-no-main.rs:7:2
|
|
|
|
|
LL | }
|
|
| ^ consider adding a `main` function to `$DIR/test-function-elided-no-main.rs`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|