We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2b823 commit 2d9f28bCopy full SHA for 2d9f28b
library/core/src/primitive_docs.rs
@@ -942,6 +942,8 @@ mod prim_slice {}
942
/// Note: This example shows the internals of `&str`. `unsafe` should not be
943
/// used to get a string slice under normal circumstances. Use `as_str`
944
/// instead.
945
+///
946
+/// [THIS IS A TEST](../std/process/fn.exit.html).
947
#[stable(feature = "rust1", since = "1.0.0")]
948
mod prim_str {}
949
0 commit comments