2021-03-01 12:50:09 +01:00
|
|
|
error: generic parameters with a default must be trailing
|
2021-08-27 18:04:57 +02:00
|
|
|
--> $DIR/wrong-order.rs:3:10
|
2020-07-22 22:58:54 +02:00
|
|
|
|
|
|
|
|
LL | struct A<T = u32, const N: usize> {
|
|
|
|
| ^
|
|
|
|
|
2021-04-18 14:31:00 +02:00
|
|
|
error: aborting due to previous error
|
2020-07-22 22:58:54 +02:00
|
|
|
|