summaryrefslogtreecommitdiffstats
path: root/src/test/ui/hygiene/auxiliary/def-site-async-await.rs
blob: f7e9b8013188573bac47038f2c8542275944bd64 (plain)
1
2
3
4
5
6
7
// edition:2018

extern crate opaque_hygiene;

pub async fn serve() {
    opaque_hygiene::make_it!();
}