Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-84659.stderr
blob: 2dfc48a34e4b19d4a06e9bb9f63e94fafdf988b8 [
file
] [
log
] [
blame
]
error
:
unconstrained
generic
constant
-->
$DIR
/
issue
-
84659.rs
:
8
:
15
|
LL
|
type
Baz
:
Bar
<{
Self
::
N
}>;
|
^^^^^^^^^^^^^^^^
|
=
help
:
try
adding a
`where`
bound
using
this
expression
:
`where [(); { Self::N }]:`
error
:
aborting due to previous error