blob: 0bae690be2b139e51a6a2f881d1d3ff2666c2627 [file] [log] [blame]
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`.