mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 18:45:31 +00:00
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