mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 19:47:07 +00:00
9 lines
163 B
Rust
9 lines
163 B
Rust
//@ aux-crate:emptytype=emptytype.rs
|
|
//@ compile-flags: --extern emptytype
|
|
//@ aux-build:emptytype.rs
|
|
//@ build-aux-docs
|
|
|
|
extern crate emptytype;
|
|
|
|
pub fn baz() {}
|