Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
building
/
enum_cast.foo.built.after.mir
blob: d4eea0534f830e586c7e05a7ef87f24b827ffbd1 [
file
] [
log
] [
blame
] [
edit
]
// MIR for `foo` after built
fn foo
(
_1
:
Foo
)
->
usize
{
debug foo
=>
_1
;
let
mut _0
:
usize
;
let
_2
:
Foo
;
let
mut _3
:
isize
;
bb0
:
{
StorageLive
(
_2
);
_2
=
move _1
;
_3
=
discriminant
(
_2
);
_0
=
move _3
as
usize
(
IntToInt
);
StorageDead
(
_2
);
return
;
}
}