

0·
1 year agoWhile she has not been named in the police statement about the arrest, it is believed to be Bonnie Spofforth
This, I don’t like. If you - the newspaper, the means of information - are not sure about a name you should really refrain from using it.
It would be not the first time people get their lives ruined by some careless journalist because of a namesake or just an error.
It’s not that different from “spreading rumors”.
That aside, in this case, it is probably a rumor from an inside source. Still. Not a fan.
You can leak memory in perfectly safe Rust, because it is not a bug per se, an example is by using Box::leak
Preventing memory leaks was never in the intentions of Rust. What it tries to safeguard you from are Memory Safety bugs like the infamous and common double free.