Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
const-generics
/
min_const_generics
/
default_function_param.stderr
blob: 261298a1c63406cfbddbef0a1f07656819d8a92c [
file
] [
log
] [
blame
]
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