41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
error: generic parameters with a default must be trailing
|
|
--> $DIR/const_default_first.rs:4:19
|
|
|
|
|
LL | struct Both<const N: usize=3, T> {
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|