-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fixes primitive sidebar link generation #55682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes primitive sidebar link generation #55682
Conversation
Ping from triage: @QuietMisdreavus have you had time to review this PR? |
Can you add a test? You can cause the linked issue by giving a struct two functions with the same name: pub struct SomeStruct<T> { _inner: T }
impl SomeStruct<()> {
pub fn some_fn(&self) {}
}
impl SomeStruct<usize> {
pub fn some_fn(&self) {}
} |
Ok! |
6720870
to
c746ecf
Compare
Added the test. |
Ping from triage @QuietMisdreavus: This PR requires your review. |
Thanks! @bors r+ |
📌 Commit c746ecf has been approved by |
(Dunno how i closed the PR, but that wasn't supposed to happen...) |
…uietMisdreavus Fixes primitive sidebar link generation Fixes #50746. Fixes #55656. r? @QuietMisdreavus
☀️ Test successful - status-appveyor, status-travis |
Fixes #50746.
Fixes #55656.
r? @QuietMisdreavus