mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
f42e96149d
This stabilizes: * `OnceState` * `OnceState::is_poisoned()` (previously named `poisoned()`) * `Once::call_once_force()` `poisoned()` was renamed because the new name is more clear as a few people agreed and nobody objected. Closes #33577