From 2d9f28bef51437a13beebe8b26cd8a45cd8f8f5c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 18 Sep 2023 08:06:28 +0200 Subject: [PATCH] DO NOT MERGE: add test link --- library/core/src/primitive_docs.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index 9b5f16f278330..bc9a65772c485 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -942,6 +942,8 @@ mod prim_slice {} /// Note: This example shows the internals of `&str`. `unsafe` should not be /// used to get a string slice under normal circumstances. Use `as_str` /// instead. +/// +/// [THIS IS A TEST](../std/process/fn.exit.html). #[stable(feature = "rust1", since = "1.0.0")] mod prim_str {}