Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
ui
/
const-generics
/
issues
/
issue-61935.full.stderr
blob: b970f4e4c8e310d9ee43b1ddeec496c43877a0f7 [
file
]
error
:
constant expression depends on a
generic
parameter
-->
$DIR
/
issue
-
61935.rs
:
9
:
14
|
LL
|
Self
:
FooImpl
<{
N
==
0
}>
|
^^^^^^^^^^^^^^^
|
=
note
:
this
may fail depending on what value the parameter takes
error
:
aborting due to previous error