summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/min_const_generics/const_default_first.stderr
blob: 0d5a393cb7bfb900c54f2662cda6c6e662d01275 (plain)
1
2
3
4
5
6
7
8
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