rust/tests/rustdoc/intra-doc/auxiliary/issue-103463-aux.rs

5 lines
59 B
Rust

pub trait Trait {
/// [`u8::clone`]
fn method();
}