Comment on Is making the rust compiler slow a billion dollar mistake?parentComments−steveklabnik1yYou can absolutely leak memory in rust. There’s even an API for doing it easily. (Box::leak)
Comments
You can absolutely leak memory in rust. There’s even an API for doing it easily. (Box::leak)