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