Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
mir-opt
/
pre-codegen
/
no_inlined_clone.{impl#0}-clone.PreCodegen.after.mir
blob: 9020cf1ef37f230b296ef06dc57ec15deb261382 [
file
] [
log
] [
blame
]
// MIR for `<impl at $DIR/no_inlined_clone.rs:9:10: 9:15>::clone` after PreCodegen
fn
<
impl at $DIR
/
no_inlined_clone
.
rs
:
9
:
10
:
9
:
15
>::
clone
(
_1
:
&
Foo
)
->
Foo
{
debug
self
=>
_1
;
let
mut _0
:
Foo
;
bb0
:
{
_0
=
copy
(*
_1
);
return
;
}
}