mirror of https://github.com/rust-lang/rust
14 lines
422 B
Rust
14 lines
422 B
Rust
//@ doc-flags:--merge=finalize
|
|
//@ doc-flags:--enable-index-page
|
|
//@ doc-flags:-Zunstable-options
|
|
|
|
//@ has index.html
|
|
//@ has index.html '//h1' 'List of all crates'
|
|
//@ has index.html '//ul[@class="all-items"]//a[@href="quebec/index.html"]' 'quebec'
|
|
//@ has quebec/struct.Quebec.html
|
|
//@ hasraw search-index.js 'Quebec'
|
|
|
|
// there is nothing to read from the output directory if we use a single
|
|
// crate
|
|
pub struct Quebec;
|