summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/error-in-impl-trait/async.rs
blob: cda53bff07a1b0fc8e5d226c989659283d4e6bf7 (plain)
1
2
3
4
5
6
7
// edition:2018
// check-pass

/// Should compile fine
pub async fn a() -> u32 {
    error::_in::async_fn()
}