mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00
7 lines
164 B
Rust
7 lines
164 B
Rust
![]() |
//@ 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 {}
|