2020-11-29 12:49:44 -06:00
|
|
|
//@ aux-build:self.rs
|
2021-01-10 09:00:17 -06:00
|
|
|
//@ build-aux-docs
|
2020-11-29 12:49:44 -06:00
|
|
|
|
|
|
|
extern crate cross_crate_self;
|
|
|
|
|
2024-06-21 07:03:08 -05: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 12:49:44 -06:00
|
|
|
pub use cross_crate_self::S;
|