Hacker News new | ask | show | jobs
by pjc50 3361 days ago
Having all your main inside unsafe doesn't seem like the best advert for Rust :)
1 comments

You're right, it's not; I was just showing the smallest code. :)

This is unsafe specifically because of the mutable static; you can deal with that in a few different ways, but that wasn't the point of the example.