Files
rust/library/alloc/src
Jacob Pratt db592253a6 Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay
Stabilize `hint::assert_unchecked`

Make the following API stable, including const:

```rust
// core::hint, std::hint

pub const unsafe fn assert_unchecked(p: bool);
```

This PR also reworks some of the documentation and adds an example.

Tracking issue: https://github.com/rust-lang/rust/issues/119131
FCP: https://github.com/rust-lang/rust/issues/119131#issuecomment-1906394087. The docs update should resolve the remaining concern.
2024-07-03 03:03:13 -04:00
..
2024-06-11 16:52:02 +02:00
2024-03-01 18:20:48 +00:00
2024-06-17 22:05:35 +02:00
2024-07-01 05:17:13 -07:00
2024-04-05 00:02:42 +02:00
2024-06-25 14:35:09 +10:00
2024-07-01 05:17:13 -07:00
2024-06-25 22:34:41 +02:00
2023-12-10 10:56:22 +08:00