We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--book-location
1 parent 7f37419 commit bcb5ed2Copy full SHA for bcb5ed2
tests/rustdoc/book-location.rs
@@ -0,0 +1,7 @@
1
+//@ compile-flags: -Zunstable-options --book-location https://somewhere.world
2
+
3
+#![crate_name = "foo"]
4
5
+//@ has 'foo/index.html'
6
+//@ has - '//*[@id="book-loc"]' 'Book'
7
+//@ has - '//*[@href="https://somewhere.world"]' 'Book'
0 commit comments