Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
missing-main-issue-124935-semi-after-item.stderr
blob: aae5c1e1b22fd3b74472de5054d16d48616e7317 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected item
,
found
`;`
-->
$DIR
/
missing
-
main
-
issue
-
124935
-
semi
-
after
-
item
.
rs
:
5
:
1
|
LL
|
;
|
^
|
=
help
:
function
declarations are
not
followed
by
a semicolon
help
:
remove
this
semicolon
|
LL
-
;
|
error
:
aborting due to
1
previous error