mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
64b5b75e65
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |