Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
hide-unstable-trait.rs
blob: 33c514c77a7aea2e5af357698d192ca16f1a2b34 [
file
] [
log
] [
blame
]
//@ aux-build:unstable-trait.rs
#![
crate_name
=
"foo"
]
#![
feature
(
private_trait
)]
extern
crate unstable_trait
;
//@ hasraw foo/struct.Foo.html 'bar'
//@ hasraw foo/struct.Foo.html 'bar2'
#[
doc
(
inline
)]
pub
use
unstable_trait
::
Foo
;