]> git.lizzy.rs Git - rust.git/blob - src/test/ui/elided-test.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[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`.