mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
9 lines
207 B
Plaintext
9 lines
207 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 previous error
|
|
|