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

traits with self-containing supertraits are not object safe #38603

Merged
merged 2 commits into from
Jan 20, 2017

Commits on Jan 10, 2017

  1. traits with self-containing supertraits are not object safe

    This should be the last time I fix this function.
    
    Fixes rust-lang#38404.
    Ariel Ben-Yehuda authored and arielb1 committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4f542f9 View commit details
    Browse the repository at this point in the history
  2. forbid all self-referencing predicates

    Fixes rust-lang#38604
    
    needs a crater run
    arielb1 committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    c85fb19 View commit details
    Browse the repository at this point in the history