Sign in
rust
/
rust
/
b268dee060cac2af00a11058e79a980ccd6f2d9d
/
.
/
tests
/
rustdoc-ui
/
error-in-impl-trait
/
async.rs
blob: b7e740163cdc66160a0129d16a77606fd8e0c023 [
file
]
//@ edition:2018
//@ check-pass
/// Should compile fine
pub
async
fn
a
()
->
u32
{
error
::
_in
::
async_fn
()
}