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