rust/tests/rustdoc/merge-cross-crate-info/single-merge-none-useless-write/quebec.rs
EtomicBomb 548b6e197d add tests for behavior in rfc#3662
* Adds tests for the behavior from rfc#3662 in `tests/rustdoc/`
2024-09-07 19:02:22 -04:00

12 lines
310 B
Rust

//@ doc-flags:--merge=none
//@ doc-flags:--parts-out-dir=info/doc.parts/quebec
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options
//@ !has index.html
//@ has quebec/struct.Quebec.html
//@ !has search-index.js
// --merge=none doesn't write anything, despite --parts-out-dir
pub struct Quebec;