]> git.lizzy.rs Git - rust.git/blob - src/test/ui/elided-test.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[rust.git] / src / test / ui / elided-test.stderr
1 error[E0601]: `main` function not found in crate `elided_test`
2   --> $DIR/elided-test.rs:5:1
3    |
4 LL | / #[test]
5 LL | | fn main() {
6 LL | | }
7    | |_^ consider adding a `main` function to `$DIR/elided-test.rs`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0601`.