Files
rust/library/std/src
Mara Bos 6f014cd4db Rollup merge of #81745 - Kixunil:stabilize_once_poison, r=m-ou-se
Stabilize poison API of Once, rename poisoned()

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

Notes:

* I'm not entirely sure it's supposed to be 1.51, LMK if I did it wrong
* I failed to run tests locally, so we will have to leave it to bors or someone else can try
2021-02-04 21:10:44 +01:00
..
2021-02-02 05:49:31 +00:00
2020-11-07 16:15:48 +01:00
2020-10-21 20:44:03 -07:00
2021-01-07 09:13:21 +01:00
2021-01-23 11:56:33 -06:00
2021-01-31 11:07:37 +01:00
2021-02-03 16:54:29 +01:00
2021-01-22 18:46:00 +01:00
2020-11-22 17:11:41 -05:00