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