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

forbid manually impl'ing one of an object type's marker traits #57352

Merged
merged 2 commits into from
Jan 15, 2019

Commits on Jan 13, 2019

  1. forbid manually impl'ing one of an object type's marker traits

    This shouldn't break compatibility for crates that do not use
    `feature(optin_builtin_traits)`, because as the test shows, it is
    only possible to impl a marker trait for a trait object in the crate the
    marker trait is defined in, which must define
    `feature(optin_builtin_traits)`.
    
    Fixes rust-lang#56934
    arielb1 committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    de6566c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    d38a59f View commit details
    Browse the repository at this point in the history