aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/const_generics_6.rs
blob: b810b9560d39162a156bdebd40fac88c2f3b8203 (plain)
1
2
struct Foo<const N: usize>;
struct Bar<const N: usize = { 15i32 }>; // { dg-error "mismatched types, expected .usize. but got .i32." }