• P
    librustc: Implement simple `where` clauses. · 604af3f6
    Patrick Walton 提交于
    These `where` clauses are accepted everywhere generics are currently
    accepted and desugar during type collection to the type parameter bounds
    we have today.
    
    A new keyword, `where`, has been added. Therefore, this is a breaking
    change. Change uses of `where` to other identifiers.
    
    [breaking-change]
    604af3f6
fold.rs 45.6 KB