2022-09-04 22:00:31 -05:00
|
|
|
// MIR for `foo` after built
|
2022-06-29 09:18:55 -05:00
|
|
|
|
|
|
|
fn foo(_1: Foo) -> usize {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug foo => _1;
|
|
|
|
let mut _0: usize;
|
|
|
|
let _2: Foo;
|
|
|
|
let mut _3: isize;
|
2022-06-29 09:18:55 -05:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
StorageLive(_2);
|
|
|
|
_2 = move _1;
|
|
|
|
_3 = discriminant(_2);
|
|
|
|
_0 = move _3 as usize (IntToInt);
|
|
|
|
StorageDead(_2);
|
|
|
|
return;
|
2022-06-29 09:18:55 -05:00
|
|
|
}
|
|
|
|
}
|