2019-04-24 23:45:18 +02:00
|
|
|
// aux-build:all-item-types.rs
|
|
|
|
// build-aux-docs
|
2018-10-21 01:13:33 +02:00
|
|
|
// compile-flags: -Z unstable-options --enable-index-page
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
// @has foo/../index.html
|
2023-01-13 10:09:25 -07:00
|
|
|
// @has - '//h1' 'List of all crates'
|
2022-09-16 14:40:24 -07: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-21 01:13:33 +02:00
|
|
|
pub struct Foo;
|