aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3541-1.rs
blob: 6b47b7e11a520c13b36b9105e30df4601caf44b1 (plain)
1
2
3
4
5
impl B for u32 {
    const BAR: i32; // { dg-error "associated constant in .impl." }
}

trait B {}