@@ -841,7 +841,7 @@ pub const unsafe fn transmute_unchecked<Src, Dst>(src: Src) -> Dst;
841
841
///
842
842
/// Note that, unlike most intrinsics, this can only be called at compile-time
843
843
/// as backends do not have an implementation for it. The only caller (its
844
- /// stable counterpart), wraps this intrinsic call in a `const` block so that
844
+ /// stable counterpart) wraps this intrinsic call in a `const` block so that
845
845
/// backends only see an evaluated constant.
846
846
///
847
847
/// The stabilized version of this intrinsic is [`mem::needs_drop`](crate::mem::needs_drop).
@@ -2657,7 +2657,7 @@ pub const fn align_of<T>() -> usize;
2657
2657
///
2658
2658
/// Note that, unlike most intrinsics, this can only be called at compile-time
2659
2659
/// as backends do not have an implementation for it. The only caller (its
2660
- /// stable counterpart), wraps this intrinsic call in a `const` block so that
2660
+ /// stable counterpart) wraps this intrinsic call in a `const` block so that
2661
2661
/// backends only see an evaluated constant.
2662
2662
///
2663
2663
/// The to-be-stabilized version of this intrinsic is [`crate::mem::variant_count`].
@@ -2696,7 +2696,7 @@ pub const unsafe fn align_of_val<T: ?Sized>(ptr: *const T) -> usize;
2696
2696
///
2697
2697
/// Note that, unlike most intrinsics, this can only be called at compile-time
2698
2698
/// as backends do not have an implementation for it. The only caller (its
2699
- /// stable counterpart), wraps this intrinsic call in a `const` block so that
2699
+ /// stable counterpart) wraps this intrinsic call in a `const` block so that
2700
2700
/// backends only see an evaluated constant.
2701
2701
///
2702
2702
/// The stabilized version of this intrinsic is [`core::any::type_name`].
@@ -2711,7 +2711,7 @@ pub const fn type_name<T: ?Sized>() -> &'static str;
2711
2711
///
2712
2712
/// Note that, unlike most intrinsics, this can only be called at compile-time
2713
2713
/// as backends do not have an implementation for it. The only caller (its
2714
- /// stable counterpart), wraps this intrinsic call in a `const` block so that
2714
+ /// stable counterpart) wraps this intrinsic call in a `const` block so that
2715
2715
/// backends only see an evaluated constant.
2716
2716
///
2717
2717
/// The stabilized version of this intrinsic is [`core::any::TypeId::of`].
0 commit comments