2018-08-08 07:28:26 -05:00
|
|
|
error[E0601]: `main` function not found in crate `elided_test`
|
2022-01-20 18:15:39 -06:00
|
|
|
--> $DIR/elided-test.rs:7:2
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2022-01-20 18:15:39 -06:00
|
|
|
LL | }
|
|
|
|
| ^ consider adding a `main` function to `$DIR/elided-test.rs`
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|