Skip to content
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

rustdoc: Add more semantic information to impl IDs #98939

Merged
merged 4 commits into from
Jul 6, 2022

Commits on Jul 5, 2022

  1. rustdoc: Add more semantic information to impl ids

    Instead of generating `#impl`, `#impl-1`, etc., generate IDs
    like `#impl-Foo<M>`.
    
    Co-authored-by: Noah Lev <camelidcamel@gmail.com>
    2 people authored and GuillaumeGomez committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    499e024 View commit details
    Browse the repository at this point in the history
  2. Update rustdoc tests

    GuillaumeGomez committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    05e69d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa68c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53db831 View commit details
    Browse the repository at this point in the history