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

libsyntax: Allow + to separate trait bounds from objects. #14827

Closed
wants to merge 1 commit into from

Commits on Jun 13, 2014

  1. libsyntax: Allow + to separate trait bounds from objects.

    RFC rust-lang#27.
    
    After a snapshot, the old syntax will be removed.
    
    This can break some code that looked like `foo as &Trait:Send`. Now you
    will need to write `foo as (&Trait+Send)`.
    
    Closes rust-lang#12778.
    
    [breaking-change]
    pcwalton committed Jun 13, 2014
    4 Configuration menu
    Copy the full SHA
    0272854 View commit details
    Browse the repository at this point in the history