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"]
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has foo/../index.html
|
|
|
|
//@ has - '//h1' 'List of all crates'
|
|
|
|
//@ 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;
|