Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
hygiene
/
auxiliary
/
def-site-async-await.rs
blob: 41c4b871e73690255f3afb5b3ad9322b0216a5cd [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
extern
crate opaque_hygiene
;
pub
async
fn
serve
()
{
opaque_hygiene
::
make_it
!();
}