Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
const-generics
/
defaults
/
default-on-impl.stderr
blob: eb5d57e14bf891f715edc11762f95bd29f4bad7b [
file
] [
log
] [
blame
]
error
:
defaults
for
generic
parameters are
not
allowed here
-->
$DIR
/
default
-
on
-
impl
.
rs
:
3
:
6
|
LL
|
impl
<
const
N
:
usize
=
1
>
Foo
<
N
>
{}
|
^^^^^^^^^^^^^^^^^^
error
:
aborting due to
1
previous error