]> git.lizzy.rs Git - rust.git/blob - src/test/ui/elided-test.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / elided-test.stderr
1 error[E0601]: `main` function not found in crate `elided_test`
2   --> $DIR/elided-test.rs:7:2
3    |
4 LL | }
5    |  ^ consider adding a `main` function to `$DIR/elided-test.rs`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0601`.