]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/defaults/default-param-wf-concrete.stderr
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / ui / const-generics / defaults / default-param-wf-concrete.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/default-param-wf-concrete.rs:1:28
3    |
4 LL | struct Foo<const N: u8 = { 255 + 1 }>;
5    |                            ^^^^^^^ attempt to compute `u8::MAX + 1_u8`, which would overflow
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.