We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b654a7 commit c918efaCopy full SHA for c918efa
tests/rustdoc/redirect.rs
@@ -9,9 +9,10 @@ pub trait Foo {}
9
// @has redirect/index.html
10
// @has - '//code' 'pub use reexp_stripped::Bar'
11
// @has - '//code/a' 'Bar'
12
+// @has - '//a[@href="../reexp_stripped/hidden/struct.Bar.html"]' 'Bar'
13
// @has reexp_stripped/hidden/struct.Bar.html
-// @has - '//p/a' '../../reexp_stripped/struct.Bar.html'
14
// @has 'reexp_stripped/struct.Bar.html'
15
+// @has - '//a[@href="struct.Bar.html"]' 'Bar'
16
#[doc(no_inline)]
17
pub use reexp_stripped::Bar;
18
impl Foo for Bar {}
0 commit comments