about summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/wrong-order.stderr
blob: 47a2c6f3f4193dd45a557b091edbb99cc41607a9 (plain)
1
2
3
4
5
6
7
8
error: generic parameters with a default must be trailing
  --> $DIR/wrong-order.rs:3:10
   |
LL | struct A<T = u32, const N: usize> {
   |          ^

error: aborting due to previous error