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