2021-03-20 22:34:58 +00:00
|
|
|
error: generic parameters with a default must be trailing
|
2021-10-23 16:57:49 +01:00
|
|
|
--> $DIR/const_default_first.rs:4:19
|
2021-03-20 22:34:58 +00:00
|
|
|
|
|
|
|
|
LL | struct Both<const N: usize=3, T> {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|