blob: 7efa529c55791f597556ec5f29776f8d9e6f25e7 [file] [log] [blame]
struct Bar(u8);
struct Foo<const N: Bar>;
//~^ ERROR: `Bar` is forbidden as the type of a const generic parameter
fn main() {}