rust/src/test/ui/const-generics/defaults/wrong-order.full.stderr

9 lines
191 B
Plaintext
Raw Normal View History

2021-03-01 05:50:09 -06:00
error: generic parameters with a default must be trailing
--> $DIR/wrong-order.rs:6:10
|
LL | struct A<T = u32, const N: usize> {
| ^
error: aborting due to previous error