2025-08-06 01:26:26 +02:00
|
|
|
error: defaults for generic parameters are not allowed here
|
2022-04-04 12:16:20 -07:00
|
|
|
--> $DIR/default_function_param.rs:3:8
|
2020-11-11 22:48:52 +00:00
|
|
|
|
|
2021-03-01 12:50:09 +01:00
|
|
|
LL | fn foo<const SIZE: usize = 5usize>() {}
|
2022-04-04 12:16:20 -07:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-11-11 22:48:52 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-11 22:48:52 +00:00
|
|
|
|