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;
|
|
|
|
|
2021-03-17 13:41:01 -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"
|
2021-01-10 09:00:17 -06:00
|
|
|
// @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;
|