Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
const-generics
/
defaults
/
default-on-impl.stderr
blob: 4b2b05742538b35cea80d4c063fa720b68b38c85 [
file
] [
log
] [
blame
]
error
:
defaults
for
const
parameters are only allowed
in
`struct`
,
`enum`
,
`type`
,
or
`trait`
definitions
-->
$DIR
/
default
-
on
-
impl
.
rs
:
3
:
6
|
LL
|
impl
<
const
N
:
usize
=
1
>
Foo
<
N
>
{}
|
^^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error