1
Fork 0
rust/tests/rustdoc-ui/intra-doc/auxiliary/issue-103463-aux.rs

4 lines
59 B
Rust

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