Sign in
◑
Theme
rust
/
rust
/
ea0a481e5c4f8e18e3b3d26efe4e2d4d3329cc7d
/
.
/
tests
/
rustdoc-js
/
empty-type.rs
blob: 87ea73709b6bbada2cd5035a8e8d14f1698c9f8f [
file
]
//@ aux-crate:emptytype=emptytype.rs
//@ compile-flags: --extern emptytype
//@ aux-build:emptytype.rs
//@ build-aux-docs
extern
crate emptytype
;
pub
fn
baz
()
{}