2020-07-19 15:39:20 -05:00
|
|
|
// aux-build:unstable-trait.rs
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
#![feature(private_trait)]
|
|
|
|
|
|
|
|
extern crate unstable_trait;
|
|
|
|
|
2022-08-10 15:13:18 -05:00
|
|
|
// @hasraw foo/struct.Foo.html 'bar'
|
|
|
|
// @hasraw foo/struct.Foo.html 'bar2'
|
2020-07-19 15:39:20 -05:00
|
|
|
#[doc(inline)]
|
|
|
|
pub use unstable_trait::Foo;
|