Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
rfc-2632-const-trait-impl
/
hir-const-check.stderr
blob: 8c76d7eb597b6a29c08e42820c934acc1a739bc1 [
file
]
error
[
E0744
]:
`?`
is
not
allowed
in
a
`const fn`
-->
$DIR
/
hir
-
const
-
check
.
rs
:
12
:
9
|
LL
|
Some
(())?;
|
^^^^^^^^^
error
:
aborting due to previous error
For
more information about
this
error
,
try
`rustc --explain E0744`
.