rust/tests/rustdoc/merge-cross-crate-info/single-crate-read-write/quebec.rs

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;