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