rust/src/test/rustdoc/index-page.rs

9 lines
247 B
Rust
Raw Normal View History

2018-10-21 01:13:33 +02:00
// 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;