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

add coherence future-compat warnings for marker-only trait objects #56481

Merged
merged 5 commits into from
Dec 18, 2018

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    3882567 View commit details
    Browse the repository at this point in the history
  2. add coherence future-compat warnings for marker-only trait objects

    The future-compat warnings break code that assumes that `dyn Send + Sync !=
    dyn Sync + Send`, and are the first step in making them equal. cc rust-lang#33140.
    
    It should be possible to revert this commit when we're done with the
    warnings.
    arielb1 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    7606396 View commit details
    Browse the repository at this point in the history
  3. fix stupid bug

    arielb1 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    6e4b2b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2ba2a7 View commit details
    Browse the repository at this point in the history
  5. fix english

    arielb1 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    f934cfc View commit details
    Browse the repository at this point in the history