Files
rust/tests/rustdoc/cross-crate-info/kitchen-sink/auxiliary/s.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
169 B
Rust
Raw Normal View History

//@ aux-build:t.rs
//@ build-aux-docs
//@ doc-flags:--enable-index-page
//@ doc-flags:-Zunstable-options
extern crate t;
pub struct Sierra;
impl t::Tango for Sierra {}