Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
mir-opt
/
building
/
enum_cast.boo.built.after.mir
blob: 3540a2b1e2e47767de7c3e685ba0151a04cbd037 [
file
] [
log
] [
blame
]
// MIR for `boo` after built
fn boo
(
_1
:
Boo
)
->
usize
{
debug boo
=>
_1
;
let
mut _0
:
usize
;
let
_2
:
Boo
;
let
mut _3
:
u8
;
bb0
:
{
StorageLive
(
_2
);
_2
=
move _1
;
_3
=
discriminant
(
_2
);
_0
=
move _3
as
usize
(
IntToInt
);
StorageDead
(
_2
);
return
;
}
}