Closed
Description
/// Trait: [`trait@Name`], fn: [`fn@Name`]
pub struct S;
pub trait Name {}
#[allow(non_snake_case)]
pub fn Name() {}
This is currently rendered as:
The links point to the right place (the trait and the fn respectively) but I believe the link text should be just "Name
" for both.
Discovered in #65336.
Mentioning the tracking issue: #43466
This issue has been assigned to @jyn514 via this comment.