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.
The text was updated successfully, but these errors were encountered:
Adding a single field like
{ a: int }
to the struct makes it print the expected message.The text was updated successfully, but these errors were encountered: