]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/continue-after-missing-main.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / nll / continue-after-missing-main.stderr
1 error[E0601]: `main` function not found in crate `continue_after_missing_main`
2   --> $DIR/continue-after-missing-main.rs:29:2
3    |
4 LL | }
5    |  ^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0601`.