mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 12:43:32 +00:00
9 lines
180 B
Rust
9 lines
180 B
Rust
//@ aux-build:quebec.rs
|
|
//@ build-aux-docs
|
|
//@ doc-flags:--merge=shared
|
|
//@ doc-flags:--enable-index-page
|
|
//@ doc-flags:-Zunstable-options
|
|
|
|
extern crate quebec;
|
|
pub trait Tango {}
|