2023-07-04 13:40:15 +00:00
|
|
|
// revisions: old next
|
2023-12-14 12:11:28 +00:00
|
|
|
//[next] compile-flags: -Znext-solver
|
2023-07-04 13:40:15 +00:00
|
|
|
|
2021-04-18 13:14:17 +00:00
|
|
|
struct Foo<const N: u8 = { 255 + 1 }>;
|
|
|
|
//~^ ERROR evaluation of constant value failed
|
|
|
|
fn main() {}
|