D
Size: a a a
D
EG
EG
let _ = foo();
EG
p
EG
EG
D
p
EG
.with_thingy(|x| {
})
EG
p
.with_thingy(|x| {
})
p
D
EG
let thingy = get_thingy();
// ...
destroy(thingy)
with_thingy(|thingy| {
// ...
});
p
D
p
let thingy = get_thingy();
// ...
destroy(thingy)
with_thingy(|thingy| {
// ...
});
EG
p