File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -822,14 +822,12 @@ extern "rust-intrinsic" {
822
822
/// zero-initialization: This will statically either panic, or do nothing.
823
823
///
824
824
/// This intrinsic does not have a stable counterpart.
825
- #[ rustc_const_unstable( feature = "const_assert_type" , issue = "none" ) ]
826
825
pub fn assert_zero_valid < T > ( ) ;
827
826
828
827
/// A guard for unsafe functions that cannot ever be executed if `T` has invalid
829
828
/// bit patterns: This will statically either panic, or do nothing.
830
829
///
831
830
/// This intrinsic does not have a stable counterpart.
832
- #[ rustc_const_unstable( feature = "const_assert_type" , issue = "none" ) ]
833
831
pub fn assert_uninit_valid < T > ( ) ;
834
832
835
833
/// Gets a reference to a static `Location` indicating where it was called.
You can’t perform that action at this time.
0 commit comments