aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-2650-2.rs
blob: 5132e6e115865aeda3d88b56ddaab1e3f1e4fcec (plain)
1
2
3
4
5
// { dg-additional-options "-frust-edition=2015" }

pub async fn a() -> u32 { // { dg-error "'async fn' is not permitted in Rust 2015" }
    1
}