Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
building
/
issue_110508.{impl#0}-BAR.built.after.mir
blob: c3d28fae518332e5baa7edf19a33524265fd264a [
file
] [
log
] [
blame
] [
edit
]
// MIR for `<impl at $DIR/issue_110508.rs:9:1: 9:9>::BAR` after built
const
<
impl at $DIR
/
issue_110508
.
rs
:
9
:
1
:
9
:
9
>::
BAR
:
Foo
=
{
let
mut _0
:
Foo
;
let
mut _1
:
();
bb0
:
{
StorageLive
(
_1
);
_1
=
();
_0
=
Foo
::
Bar
(
move _1
);
StorageDead
(
_1
);
return
;
}
}