summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern/extern-main-issue-86110.stderr
blob: 8a3262fbcc7be32ecf3fc0544c9c141cad6b5079 (plain)
1
2
3
4
5
6
7
8
error: the `main` function cannot be declared in an `extern` block
  --> $DIR/extern-main-issue-86110.rs:4:5
   |
LL |     fn main();
   |     ^^^^^^^^^

error: aborting due to 1 previous error