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"]
|
|
|
|
|
2024-06-21 14:03:08 +02: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-21 01:13:33 +02:00
|
|
|
pub struct Foo;
|