about summary refs log tree commit diff
path: root/tests/rustdoc/merge-cross-crate-info/overwrite/auxiliary/tango.rs
blob: 363b2d5508e6359fd0e647213b9be9d651e96587 (plain)
1
2
3
4
5
6
7
8
//@ aux-build:quebec.rs
//@ build-aux-docs
//@ doc-flags:--merge=finalize
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options

extern crate quebec;
pub trait Tango {}