Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
limits
/
huge-enum.stderr
blob: a1456e1a8ab0a7860d168eadf5d237b7e626144c [
file
] [
log
] [
blame
]
error
:
values of the type
`Option<TYPE>`
are too big
for
the current architecture
-->
$DIR
/
huge
-
enum
.
rs
:
16
:
9
|
LL
|
let
big
:
BIG
=
None
;
|
^^^
error
:
aborting due to previous error