We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2858074 commit 7be824eCopy full SHA for 7be824e
src/test/rustdoc/intra-link-primitive-non-default-impl.rs
@@ -0,0 +1,14 @@
1
+#![deny(broken_intra_doc_links)]
2
+
3
+// ignore-tidy-linelength
4
5
+// @has intra_link_primitive_non_default_impl/fn.f.html
6
+/// [`str::trim`]
7
+// @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.trim"]' 'str::trim'
8
+/// [`str::to_lowercase`]
9
+// @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_lowercase"]' 'str::to_lowercase'
10
+/// [`str::into_boxed_bytes`]
11
+// @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.into_boxed_bytes"]' 'str::into_boxed_bytes'
12
+/// [`str::replace`]
13
+// @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.replace"]' 'str::replace'
14
+pub fn f() {}
0 commit comments