Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub static mut DROPPED: bool = false;
pub struct S {
_unsized: [u8]
}
impl Drop for S {
fn drop(&mut self) {
unsafe {
DROPPED = true;