blob: d22eee4e8bde77f2533383aa822c95008f6a3320 (
plain)
1
2
3
4
5
6
7
|
error[E0601]: `main` function not found in crate `elided_test`
|
= note: consider adding a `main` function to `$DIR/elided-test.rs`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0601`.
|