Closed ciphergoth closed 7 years ago
Hi, I'm sincerely sorry for taking so long to respond.
I'll add a sentence about this to the docs.
Done, should be reflected in the docs as soon as the doc builds finish.
That's great, thank you so much, and please don't feel the need to apologise - I'm grateful for all the work you do on Rust!
A cycle in the evaluation of lazy_statics will cause deadlock when one is evaluated. I tested this by adding
m.insert(*COUNT as u32, "deadlock");
to the hashmap in the sample program. This makes perfect sense, but seems worth adding to the documentation.