summary refs log tree commit diff
path: root/src/test/ui/continue-after-missing-main.nll.stderr
blob: c3eea2e7b8ad6629d04fb8e56aadacc548cfbb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0601]: `main` function not found in crate `continue_after_missing_main`
  --> $DIR/continue-after-missing-main.rs:1:1
   |
LL | / #![allow(dead_code)]
LL | |
LL | | struct Tableau<'a, MP> {
LL | |     provider: &'a MP,
...  |
LL | |
LL | | }
   | |_^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.