2019-04-24 16:45:18 -05:00
|
|
|
// aux-build:all-item-types.rs
|
|
|
|
// build-aux-docs
|
2018-10-20 18:13:33 -05:00
|
|
|
// compile-flags: -Z unstable-options --enable-index-page
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
// @has foo/../index.html
|
2023-01-13 11:09:25 -06:00
|
|
|
// @has - '//h1' 'List of all crates'
|
2022-09-16 16:40:24 -05:00
|
|
|
// @has - '//ul[@class="all-items"]//a[@href="foo/index.html"]' 'foo'
|
|
|
|
// @has - '//ul[@class="all-items"]//a[@href="all_item_types/index.html"]' 'all_item_types'
|
2018-10-20 18:13:33 -05:00
|
|
|
pub struct Foo;
|