Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
empty-impl-semicolon.stderr
blob: 6ed309eba9392e15ad7471dd9073f3acd8fe6902 [
file
] [
log
] [
blame
]
error
:
expected
`{}`
,
found
`;`
-->
$DIR
/
empty
-
impl
-
semicolon
.
rs
:
2
:
9
|
LL
|
impl
Foo
;
|
^
|
=
help
:
try
using
`{}`
instead
error
:
aborting due to previous error