]> git.lizzy.rs Git - rust.git/blob - src/test/ui/continue-after-missing-main.nll.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[rust.git] / src / test / ui / continue-after-missing-main.nll.stderr
1 error[E0601]: `main` function not found in crate `continue_after_missing_main`
2   --> $DIR/continue-after-missing-main.rs:1:1
3    |
4 LL | / #![allow(dead_code)]
5 LL | |
6 LL | | struct Tableau<'a, MP> {
7 LL | |     provider: &'a MP,
8 ...  |
9 LL | |
10 LL | | }
11    | |_^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0601`.