rust/src/test/rustdoc/index-page.rs
2018-12-25 21:08:33 -07:00

8 lines
247 B
Rust

// compile-flags: -Z unstable-options --enable-index-page
#![crate_name = "foo"]
// @has foo/../index.html
// @has - '//span[@class="in-band"]' 'List of all crates'
// @has - '//ul[@class="mod"]//a[@href="foo/index.html"]' 'foo'
pub struct Foo;