Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc
/
hide-unstable-trait.rs
blob: c30d6ed7b52203d42f524a095311f3be286ea26c [
file
] [
log
] [
blame
] [
edit
]
// aux-build:unstable-trait.rs
#![
crate_name
=
"foo"
]
#![
feature
(
private_trait
)]
extern
crate unstable_trait
;
// @has foo/struct.Foo.html 'bar'
// @has foo/struct.Foo.html 'bar2'
#[
doc
(
inline
)]
pub
use
unstable_trait
::
Foo
;