]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/index-page.rs
Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / index-page.rs
index 9d35f8adeac75c2051c64efc4c366f06b4bd8dba..f0476f083b8a15d1e39222faece26c3fc0c3c12c 100644 (file)
@@ -1,13 +1,5 @@
-// Copyright 2018 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
+// aux-build:all-item-types.rs
+// build-aux-docs
 // compile-flags: -Z unstable-options --enable-index-page
 
 #![crate_name = "foo"]
@@ -15,4 +7,5 @@
 // @has foo/../index.html
 // @has - '//span[@class="in-band"]' 'List of all crates'
 // @has - '//ul[@class="mod"]//a[@href="foo/index.html"]' 'foo'
+// @has - '//ul[@class="mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
 pub struct Foo;