]> git.lizzy.rs Git - rust.git/blob - src/test/ui/elided-test.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / elided-test.stderr
1 error[E0601]: `main` function not found in crate `elided_test`
2    |
3    = note: consider adding a `main` function to `$DIR/elided-test.rs`
4
5 error: aborting due to previous error
6
7 For more information about this error, try `rustc --explain E0601`.