about summary refs log tree commit diff
path: root/tests/ui/test-attrs/test-function-elided-no-main.stderr
blob: 0bae690be2b139e51a6a2f881d1d3ff2666c2627 (plain)
1
2
3
4
5
6
7
8
9
error[E0601]: `main` function not found in crate `test_function_elided_no_main`
  --> $DIR/test-function-elided-no-main.rs:7:2
   |
LL | }
   |  ^ consider adding a `main` function to `$DIR/test-function-elided-no-main.rs`

error: aborting due to 1 previous error

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