1 2 3 4 5 6 7 8
error: generic parameters with a default must be trailing --> $DIR/wrong-order.rs:3:10 | LL | struct A<T = u32, const N: usize> { | ^ error: aborting due to previous error