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 7b7caae commit ccbb7b3Copy full SHA for ccbb7b3
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