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