Sign in
rust
/
rust
/
52dff85c4e5b68b8a5a871cf7a35b1bf9cbb5028
/
.
/
tests
/
ui
/
parser
/
empty-impl-semicolon.stderr
blob: cb15c36e6491cf9338cff5e8d2f26bb70edc1cef [
file
]
error
:
expected
`{}`
,
found
`;`
-->
$DIR
/
empty
-
impl
-
semicolon
.
rs
:
2
:
9
|
LL
|
impl
Foo
;
|
^
|
=
help
:
try
using
`{}`
instead
error
:
aborting due to
1
previous error