]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/index-page.rs
Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss
[rust.git] / src / test / rustdoc / index-page.rs
1 // compile-flags: -Z unstable-options --enable-index-page
2
3 #![crate_name = "foo"]
4
5 // @has foo/../index.html
6 // @has - '//span[@class="in-band"]' 'List of all crates'
7 // @has - '//ul[@class="mod"]//a[@href="foo/index.html"]' 'foo'
8 pub struct Foo;