mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
12 lines
263 B
Rust
12 lines
263 B
Rust
// 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;
|
|
}
|
|
}
|