rust/compiler/rustc_mir_build
Tomasz Miąsko 64b5b75e65 Use !Sync std::lazy::OnceCell in usefulness checking
The `rustc_data_structures::sync::OnceCell` is thread-safe when building
a parallel compiler. This is unnecessary for the purposes of pattern
usefulness checking. Use `!Sync` `std::lazy::OnceCell` instead.
2021-02-15 00:00:00 +00:00
..
src Use !Sync std::lazy::OnceCell in usefulness checking 2021-02-15 00:00:00 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00