mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 04:22:36 +00:00
7 lines
161 B
Rust
7 lines
161 B
Rust
//@ aux-build:f.rs
|
|
//@ build-aux-docs
|
|
// simple test to assert that we can do a two-level aux-build
|
|
extern crate f;
|
|
pub enum Echo {}
|
|
impl f::Foxtrot for Echo {}
|