If during the first dereference of Lazy<T> the initialization function panics,
subsequent dereferences will execute std::hints::unreachable_unchecked
.
Applications with panic = "abort"
are not affected, as there will be no
subsequent dereferences.
{ "license": "CC0-1.0" }