mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 21:17:39 +00:00
8 lines
106 B
Rust
8 lines
106 B
Rust
![]() |
#![crate_name = "cross_crate_self"]
|
||
|
pub struct S;
|
||
|
|
||
|
impl S {
|
||
|
/// Link to [Self::f]
|
||
|
pub fn f() {}
|
||
|
}
|