blob: 41a52c7eb0d8336bdbe038e256e76949cd3d48f7 [file] [log] [blame]
struct Foo<const N: u8 = { 255 + 1 }>;
//~^ ERROR evaluation of constant value failed
fn main() {}