2020-11-29 13:49:44 -05:00
|
|
|
//@ aux-build:self.rs
|
2021-01-10 10:00:17 -05:00
|
|
|
//@ build-aux-docs
|
2020-11-29 13:49:44 -05:00
|
|
|
|
|
|
|
extern crate cross_crate_self;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has self/struct.S.html '//a[@href="struct.S.html#method.f"]' "Self::f"
|
|
|
|
//@ has self/struct.S.html '//a[@href="struct.S.html"]' "Self"
|
|
|
|
//@ has self/struct.S.html '//a[@href="../cross_crate_self/index.html"]' "crate"
|
2020-11-29 13:49:44 -05:00
|
|
|
pub use cross_crate_self::S;
|