Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
func-qualifier-order-2.rs
blob: 7eebe7df930a6bc0b8862d38d8beb6216ed2f4db [
file
]
// { dg-additional-options "-frust-edition=2018" }
#![
feature
(
no_core
)]
#![
no_core
]
async
unsafe
async
fn
duplicate_qualifier
()
{}
// { dg-error "encountered duplicate function qualifier .async." }