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

Fix ordering of auto-generated trait bounds in rustdoc output #49196

Merged
merged 2 commits into from
Mar 21, 2018

Commits on Mar 20, 2018

  1. Fix ordering of auto-generated trait bounds in rustdoc output

    While the order of the where clauses was deterministic, the
    ordering of bounds and lifetimes was not. This made the order flip-
    flop randomly when new traits and impls were added to libstd.
    
    This PR makes the ordering of bounds and lifetimes deterministic,
    and re-enables the test that was causing the issue.
    
    Fixes rust-lang#49123
    Phlosioneer committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    57e3df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7daf3f9 View commit details
    Browse the repository at this point in the history