rust/src/test/ui/issues/issue-49040.stderr

14 lines
449 B
Plaintext
Raw Normal View History

error: expected item, found `;`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-49040.rs:1:28
|
LL | #![allow(unused_variables)]; //~ ERROR expected item, found `;`
2019-01-13 19:29:32 -06:00
| ^ help: remove this semicolon
2019-01-13 19:29:32 -06:00
error[E0601]: `main` function not found in crate `issue_49040`
|
= note: consider adding a `main` function to `$DIR/issue-49040.rs`
error: aborting due to 2 previous errors
2019-01-13 19:29:32 -06:00
For more information about this error, try `rustc --explain E0601`.