summary refs log tree commit diff
path: root/src/test/ui/parser/issues/issue-49040.stderr
blob: 56befe3a0a75d7eff1216f6c2080a11176b488c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: expected item, found `;`
  --> $DIR/issue-49040.rs:1:28
   |
LL | #![allow(unused_variables)];
   |                            ^ help: remove this semicolon

error[E0601]: `main` function not found in crate `issue_49040`
  --> $DIR/issue-49040.rs:1:1
   |
LL | #![allow(unused_variables)];
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider adding a `main` function to `$DIR/issue-49040.rs`

error: aborting due to 2 previous errors

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