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: Stop textually replacing Self in doc links before resolving them #93805

Merged
merged 3 commits into from
Mar 6, 2022

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    482b753 View commit details
    Browse the repository at this point in the history
  2. rustdoc: Stop textually replacing Self in doc links before resolvin…

    …g them
    
    Resolve it directly to a type / def-id instead.
    
    Also never pass `Self` to `Resolver`, it is useless because it's guaranteed that no resolution will be found.
    petrochenkov committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    863216e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25c5e39 View commit details
    Browse the repository at this point in the history