]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/intra-doc-crate/auxiliary/self.rs
Update unsuspicious file list
[rustc.git] / src / test / rustdoc / intra-doc-crate / auxiliary / self.rs
CommitLineData
fc512014 1#![crate_name = "cross_crate_self"]
5869c6ff
XL
2
3/// Link to [Self]
4/// Link to [crate]
fc512014
XL
5pub struct S;
6
7impl S {
8 /// Link to [Self::f]
9 pub fn f() {}
10}