aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3966.rs
blob: 20d3031efa4fe383c19997a13380a0e413632c61 (plain)
1
2
3
4
5
struct S {
    #[cfg_attr()]
    field: u8,
    // { dg-error "malformed .cfg_attr. attribute input" "" { target *-*-* } .-2 }
}