rust/src/test/ui/elided-test.stderr

8 lines
246 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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`.