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