We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn main() { let x = std::unstable::atomics::INIT_ATOMIC_INT; }
That will segfault inside of memset, preseumably because AtomicInt is non-copyable and it's trying to zero out part of .rodata.
AtomicInt
.rodata