Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
suggest-semicolon-before-array.stderr
blob: 8a33321fbd56332df9ce8cd99f451d4c6da9e8fa [
file
] [
log
] [
blame
]
error
:
expected
`;`
,
found
`[`
-->
$DIR
/
suggest
-
semicolon
-
before
-
array
.
rs
:
8
:
5
|
LL
|
[
1
,
3
]
|
^
|
help
:
consider adding
`;`
here
|
LL
|
foo
();
|
+
error
:
aborting due to previous error