Could [`std::io::lazy::Lazy`](https://github.com/rust-lang/rust/blob/7c98d2e63f732682b057c8c453b08f9e12b262e6/src/libstd/io/lazy.rs) be replaced with [`std::cell::Lazy`](https://doc.rust-lang.org/nightly/std/cell/struct.LazyCell.html)? What does the former offer that the latter doesn't already have?
Activity
compiler-errors commentedon Sep 3, 2022
#77154
frewsxcv commentedon Sep 3, 2022
Oh I'm linking to an old git SHA oops. It's already gone