1error[E0601]: `main` function not found in crate `continue_after_missing_main`
2  --> $DIR/continue-after-missing-main.rs:1:1
3   |
4LL | / #![allow(dead_code)]
5LL | |
6LL | | struct Tableau<'a, MP> {
7LL | |     provider: &'a MP,
8...  |
9LL | |
10LL | | }
11   | |_^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0601`.
16