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 syntax for negative implementations of traits #20285

Merged
merged 2 commits into from
Jan 5, 2015

Commits on Jan 4, 2015

  1. Add syntax for negative implementations of traits

    This commit introduces the syntax for negative implmenetations of traits
    as shown below:
    
    `impl !Trait for Type {}`
    
    cc rust-lang#13231
    Part of RFC rust-lang#3
    flaper87 committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    8b883ab View commit details
    Browse the repository at this point in the history
  2. 7 Configuration menu
    Copy the full SHA
    c062fac View commit details
    Browse the repository at this point in the history