diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-04-07 04:30:49 -0400 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2024-06-19 19:31:41 -0400 |
| commit | 5745c220e65a83436bb0bf855dcf83aebffe8c73 (patch) | |
| tree | 0ca517421d5fd7e0fc8af285172e519442187457 /library/std/src/lib.rs | |
| parent | d356c6804353f9130189fe72071481120f7bc232 (diff) | |
| download | rust-5745c220e65a83436bb0bf855dcf83aebffe8c73.tar.gz rust-5745c220e65a83436bb0bf855dcf83aebffe8c73.zip | |
Stabilize `hint_assert_unchecked`
Make both `hint_assert_unchecked` and `const_hint_assert_unchecked` stable as `hint_assert_unchecked`.
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 1c226f9f08f..1fcfbdcd12d 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -335,7 +335,6 @@ #![feature(fmt_internals)] #![feature(hasher_prefixfree_extras)] #![feature(hashmap_internals)] -#![feature(hint_assert_unchecked)] #![feature(ip)] #![feature(maybe_uninit_slice)] #![feature(maybe_uninit_uninit_array)] |
