Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
impl-item-fn-no-body-semantic-fail.stderr
blob: 1704d99cf29f65351798454aec60f38ddae33f78 [
file
] [
log
] [
blame
] [
edit
]
error
:
associated
function
in
`impl`
without body
-->
$DIR
/
impl
-
item
-
fn
-
no
-
body
-
semantic
-
fail
.
rs
:
6
:
5
|
LL
|
fn f
();
|
^^^^^^-
|
|
|
help
:
provide a definition
for
the
function
:
`{ <body> }`
error
:
aborting due to
1
previous error