Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
suggest-semicolon-before-array.stderr
blob: f5573f5e4e34fc06dc8cd40be97eb628ca64f3e5 [
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
1
previous error