about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNixon Enraght-Moony <nixon.emoony@gmail.com>2020-10-10 01:14:39 +0100
committerNixon Enraght-Moony <nixon.emoony@gmail.com>2020-10-10 01:14:39 +0100
commitd5b714355e42573b050e5b8d51f30509f99dec7e (patch)
treef037af9b3227d6b24544a260bda5f7ba16ea9042
parent8876ffc9235dade728e1fbc4be4c85415fdd0bcd (diff)
downloadrust-d5b714355e42573b050e5b8d51f30509f99dec7e.tar.gz
rust-d5b714355e42573b050e5b8d51f30509f99dec7e.zip
Fix intra-docs link
-rw-r--r--library/core/src/ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/ffi.rs b/library/core/src/ffi.rs
index 4525ba78ba0..e146a97ae94 100644
--- a/library/core/src/ffi.rs
+++ b/library/core/src/ffi.rs
@@ -280,7 +280,7 @@ impl<'a, 'f: 'a> DerefMut for VaList<'a, 'f> {
 // within a private module. Once RFC 2145 has been implemented look into
 // improving this.
 mod sealed_trait {
-    /// Trait which permits the allowed types to be used with [VaList::arg].
+    /// Trait which permits the allowed types to be used with [super::VaListImpl::arg].
     #[unstable(
         feature = "c_variadic",
         reason = "the `c_variadic` feature has not been properly tested on \