Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
const-generics
/
fn-const-param-infer.min.stderr
blob: f0767a10994a547bccfefb8904e15464e1bb2ba2 [
file
] [
log
] [
blame
]
error
:
using
function
pointers
as
const
generic
parameters
is
forbidden
-->
$DIR
/
fn
-
const
-
param
-
infer
.
rs
:
6
:
25
|
LL
|
struct
Checked
<
const
F
:
fn
(
usize
)
->
bool
>;
|
^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error