You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structBomb;implDropforBomb{fnfinalize(&self){println("Somebody set up us the bomb!");// this is never printed}}fnmain(){let b = Bomb;println(fmt!("b = %?", b));}
Adding a single field like { a: int } to the struct makes it print the expected message.
Activity
auto merge of #6889 : luqmana/rust/unit-struct-drop, r=catamorphism
Add test for rust-lang#6861
luqmana commentedon Jun 1, 2013
Fixed by #6889.
Auto merge of rust-lang#12983 - frp:manual_rotate, r=llogiq