]> git.proxmox.com Git - rustc.git/blame - src/test/ui/elided-test.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / elided-test.stderr
CommitLineData
b7449926 1error[E0601]: `main` function not found in crate `elided_test`
e1599b0c 2 --> $DIR/elided-test.rs:5:1
b7449926 3 |
e1599b0c
XL
4LL | / #[test]
5LL | | fn main() {
6LL | | }
7 | |_^ consider adding a `main` function to `$DIR/elided-test.rs`
b7449926
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0601`.