@@ -823,31 +823,31 @@ extern "rust-intrinsic" {
823
823
/// An atomic fence.
824
824
///
825
825
/// The stabilized version of this intrinsic is available in
826
- /// [`std::sync::atomic::fence`](../../std/ sync/ atomic/fn. fence.html )
826
+ /// [`std::sync::atomic::fence`](crate:: sync:: atomic:: fence)
827
827
/// by passing
828
828
/// [`Ordering::SeqCst`](crate::sync::atomic::Ordering::SeqCst)
829
829
/// as the `order`.
830
830
pub fn atomic_fence ( ) ;
831
831
/// An atomic fence.
832
832
///
833
833
/// The stabilized version of this intrinsic is available in
834
- /// [`std::sync::atomic::fence`](../../std/ sync/ atomic/fn. fence.html )
834
+ /// [`std::sync::atomic::fence`](crate:: sync:: atomic:: fence)
835
835
/// by passing
836
836
/// [`Ordering::Acquire`](crate::sync::atomic::Ordering::Acquire)
837
837
/// as the `order`.
838
838
pub fn atomic_fence_acq ( ) ;
839
839
/// An atomic fence.
840
840
///
841
841
/// The stabilized version of this intrinsic is available in
842
- /// [`std::sync::atomic::fence`](../../std/ sync/ atomic/fn. fence.html )
842
+ /// [`std::sync::atomic::fence`](crate:: sync:: atomic:: fence)
843
843
/// by passing
844
844
/// [`Ordering::Release`](crate::sync::atomic::Ordering::Release)
845
845
/// as the `order`.
846
846
pub fn atomic_fence_rel ( ) ;
847
847
/// An atomic fence.
848
848
///
849
849
/// The stabilized version of this intrinsic is available in
850
- /// [`std::sync::atomic::fence`](../../std/ sync/ atomic/fn. fence.html )
850
+ /// [`std::sync::atomic::fence`](crate:: sync:: atomic:: fence)
851
851
/// by passing
852
852
/// [`Ordering::AcqRel`](crate::sync::atomic::Ordering::AcqRel)
853
853
/// as the `order`.
@@ -861,7 +861,7 @@ extern "rust-intrinsic" {
861
861
/// such as when interacting with signal handlers.
862
862
///
863
863
/// The stabilized version of this intrinsic is available in
864
- /// [`std::sync::atomic::compiler_fence`](../../std/ sync/ atomic/fn. compiler_fence.html )
864
+ /// [`std::sync::atomic::compiler_fence`](crate:: sync:: atomic:: compiler_fence)
865
865
/// by passing
866
866
/// [`Ordering::SeqCst`](crate::sync::atomic::Ordering::SeqCst)
867
867
/// as the `order`.
@@ -874,7 +874,7 @@ extern "rust-intrinsic" {
874
874
/// such as when interacting with signal handlers.
875
875
///
876
876
/// The stabilized version of this intrinsic is available in
877
- /// [`std::sync::atomic::compiler_fence`](../../std/ sync/ atomic/fn. compiler_fence.html )
877
+ /// [`std::sync::atomic::compiler_fence`](crate:: sync:: atomic:: compiler_fence)
878
878
/// by passing
879
879
/// [`Ordering::Acquire`](crate::sync::atomic::Ordering::Acquire)
880
880
/// as the `order`.
@@ -887,7 +887,7 @@ extern "rust-intrinsic" {
887
887
/// such as when interacting with signal handlers.
888
888
///
889
889
/// The stabilized version of this intrinsic is available in
890
- /// [`std::sync::atomic::compiler_fence`](../../std/ sync/ atomic/fn. compiler_fence.html )
890
+ /// [`std::sync::atomic::compiler_fence`](crate:: sync:: atomic:: compiler_fence)
891
891
/// by passing
892
892
/// [`Ordering::Release`](crate::sync::atomic::Ordering::Release)
893
893
/// as the `order`.
@@ -900,7 +900,7 @@ extern "rust-intrinsic" {
900
900
/// such as when interacting with signal handlers.
901
901
///
902
902
/// The stabilized version of this intrinsic is available in
903
- /// [`std::sync::atomic::compiler_fence`](../../std/ sync/ atomic/fn. compiler_fence.html )
903
+ /// [`std::sync::atomic::compiler_fence`](crate:: sync:: atomic:: compiler_fence)
904
904
/// by passing
905
905
/// [`Ordering::AcqRel`](crate::sync::atomic::Ordering::AcqRel)
906
906
/// as the `order`.
0 commit comments