aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/const_trait_fn.rs
blob: 41bba3b533583f99566e44283b7fc68d6fab0c63 (plain)
1
2
3
4
trait Osterkz {
    const fn x();
    // { dg-error "functions in traits cannot be declared .const." "" { target *-*-* } .-1 }
}