mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 14:07:10 +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 {}
|