Sign in
android
/
platform
/
external
/
rust
/
crates
/
async-trait
/
refs/heads/android12L-release
/
.
/
tests
/
ui
/
missing-body.stderr
blob: 2d9b09c77a8ee9553e7ad8262217c6c6be720602 [
file
] [
log
] [
blame
] [
edit
]
error
:
associated
function
in
`impl`
without body
-->
$DIR
/
missing
-
body
.
rs
:
12
:
5
|
12
|
async fn f
(&
self
);
|
^^^^^^^^^^^^^^^^^-
|
|
|
help
:
provide a definition
for
the
function
:
`{ <body> }`