Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
rustdoc-ui
/
error-in-impl-trait
/
async.rs
blob: cda53bff07a1b0fc8e5d226c989659283d4e6bf7 [
file
] [
log
] [
blame
]
// edition:2018
// check-pass
/// Should compile fine
pub
async
fn
a
()
->
u32
{
error
::
_in
::
async_fn
()
}