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

Cleanup how we handle proto in types, remove unsound subtyping #3927

Commits on Nov 6, 2012

  1. Cleanup how we handle proto in types, remove unsound subtyping

    Fixes rust-lang#1896 which was never truly fixed, just masked.
    The given tests would have failed had they used `~fn()` and
    not `@fn()`.  They now result in compilation errors.
    
    Fixes rust-lang#2978.
    
    Necessary first step for rust-lang#2202, rust-lang#2263.
    nikomatsakis committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    87b8938 View commit details
    Browse the repository at this point in the history