Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const-generics
/
defaults
/
default-on-impl.stderr
blob: 691e0354eddc28e52e086c5bc06a4c9e8d508793 [
file
] [
log
] [
blame
] [
edit
]
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
1
previous error