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 53e0357 commit 66d998fCopy full SHA for 66d998f
src/test/rustdoc/intra-doc-link-true-false.rs
@@ -0,0 +1,10 @@
1
+#![deny(broken_intra_doc_links)]
2
+#![crate_name = "foo"]
3
+
4
+// ignore-tidy-linelength
5
6
+// @has foo/index.html
7
+// @has - '//*[@id="main"]//a[@href="https://doc.rust-lang.org/nightly/std/keyword.true.html"]' 'true'
8
+// @has - '//*[@id="main"]//a[@href="https://doc.rust-lang.org/nightly/std/keyword.false.html"]' 'false'
9
10
+//! A `bool` is either [`true`] or [`false`].
0 commit comments