]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0601.stderr
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[rust.git] / src / test / ui / error-codes / E0601.stderr
1 error[E0601]: `main` function not found in crate `E0601`
2   --> $DIR/E0601.rs:1:37
3    |
4 LL |
5    |                                     ^ consider adding a `main` function to `$DIR/E0601.rs`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0601`.