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

Improve rustdoc error for failed intra-doc link resolution #77469

Merged
merged 4 commits into from
Oct 4, 2020

Commits on Oct 2, 2020

  1. Improve rustdoc error for failed intra-doc link resolution

    The previous error was confusing since it made it sound like you can't
    link to items that are defined outside the current module.
    
    Also suggested importing the item.
    camelid committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    87f3f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0193a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Use old error when there's partial resolution

    The new error was confusing when there was partial resolution (something
    like `std::io::nonexistent`); the old one is better for those cases.
    camelid committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    21fb9df View commit details
    Browse the repository at this point in the history
  2. Improve error messages

    camelid committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    aa9b718 View commit details
    Browse the repository at this point in the history