rust/tests/rustdoc/merge-cross-crate-info/transitive-merge-read-write/auxiliary/tango.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

8 lines
180 B
Rust

//@ aux-build:quebec.rs
//@ build-aux-docs
//@ doc-flags:--merge=shared
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options
extern crate quebec;
pub trait Tango {}