Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
intra-doc-crate
/
auxiliary
/
self.rs
blob: 54902f12eb18ccc70c209d2fb905dc6c3fe3e720 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"cross_crate_self"
]
/// Link to [Self]
/// Link to [crate]
pub
struct
S
;
impl
S
{
/// Link to [Self::f]
pub
fn
f
()
{}
}