blob: 0a4e5f646ddaa05952d760cb13179f3cebdfb909 [file] [log] [blame]
//@ aux-build:t.rs
//@ build-aux-docs
// simple test to see if we support building transitive crates
extern crate t;
pub struct Sierra;
impl t::Tango for Sierra {}