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

error: aborting due to previous error