]> git.lizzy.rs Git - rust.git/blob - tests/ui/elided-test.stderr
Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors
[rust.git] / tests / 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`.