matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

miri: enable leakcheck #99

Closed RalfJung closed 4 years ago

RalfJung commented 4 years ago

https://github.com/rust-lang/miri/issues/940 is fixed, so we should be able to enable the leak checker now. :)

(However, we'll have to wait until https://github.com/rust-lang/rust/pull/70897 lands so that this is available via rustup.)

RalfJung commented 4 years ago

A nightly that that PR got published, cycling PR to re-trigger CI.

RalfJung commented 4 years ago

(CI is green on Travis, not sure why it does not report back here.)

matklad commented 4 years ago

Perfect, thanks!

(as an aside, I plan to put some implmentation effort into moving this crate into stdlib soon)

matklad commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded