rust/compiler/rustc_interface
bors da897dfb6d Auto merge of #76216 - marmeladema:use-once-cell-from-std, r=matklad
compiler: use `OnceCell` from std

Fixes #76192

The only remaining direct use of `lazy_static` crate is in `src/bootstrap`  but I am not sure how I can remove that dependency for now.

r? @matklad
2020-09-02 06:46:21 +00:00
..
src Auto merge of #76216 - marmeladema:use-once-cell-from-std, r=matklad 2020-09-02 06:46:21 +00:00
Cargo.toml interface: use OnceCell from standard library 2020-09-01 22:06:39 +01:00