mirror of https://github.com/rust-lang/rust
13 lines
408 B
Rust
13 lines
408 B
Rust
//@ doc-flags:--merge=shared
|
|
//@ 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'
|
|
|
|
// read-write is the default and this does the same as `single-crate`
|
|
pub struct Quebec;
|