Skip to content

Commit 2d9f28b

Browse files
committed
DO NOT MERGE: add test link
1 parent af2b823 commit 2d9f28b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/primitive_docs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,8 @@ mod prim_slice {}
942942
/// Note: This example shows the internals of `&str`. `unsafe` should not be
943943
/// used to get a string slice under normal circumstances. Use `as_str`
944944
/// instead.
945+
///
946+
/// [THIS IS A TEST](../std/process/fn.exit.html).
945947
#[stable(feature = "rust1", since = "1.0.0")]
946948
mod prim_str {}
947949

0 commit comments

Comments
 (0)