about summary refs log tree commit diff
path: root/tests/ui/const-generics/min_const_generics/default_function_param.stderr
blob: 261298a1c63406cfbddbef0a1f07656819d8a92c (plain)
1
2
3
4
5
6
7
8
error: defaults for generic parameters are not allowed here
  --> $DIR/default_function_param.rs:3:8
   |
LL | fn foo<const SIZE: usize = 5usize>() {}
   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error