2021-04-18 08:14:17 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2023-07-04 08:40:15 -05:00
|
|
|
--> $DIR/default-param-wf-concrete.rs:4:28
|
2021-04-18 08:14:17 -05:00
|
|
|
|
|
|
|
|
LL | struct Foo<const N: u8 = { 255 + 1 }>;
|
|
|
|
| ^^^^^^^ attempt to compute `u8::MAX + 1_u8`, which would overflow
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-04-18 08:14:17 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|