41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
error: defaults for const parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
|
|
--> $DIR/default_function_param.rs:3:8
|
|
|
|
|
LL | fn foo<const SIZE: usize = 5usize>() {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|